Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-8031

Date picker javascript missing from Admin/EditService

    XMLWordPrintable

Details

    Description

      if a service has a Date property, the Edit Service renders a date picker field, but the date picker javascript isn't included in the page, so clicking on the date picker doesn't work.

      I fixed it locally by adding the date picker javascript to secure/admin/views/services/editservice.jsp:

      @@ -9,6 +9,7 @@
      </head>

      <body>
      + <jsp:include page="/includes/js/date_picker.jsp" flush="true" />

      <page:applyDecorator name="jiraform">
      <page:param name="action">EditService.jspa</page:param>

      Attachments

        Activity

          People

            Unassigned Unassigned
            dbdd4bcdc808 Brendan Humphreys
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: