Date picker javascript missing from Admin/EditService

XMLWordPrintable

    • 3.03

      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>

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

                Created:
                Updated:
                Resolved: