-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 3.3.1
-
Component/s: Administration - Others, Scheduled Tasks
-
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>