Date picker of the generated task forms doesn't work as expected on version 7.11 and above as
angular directives for bootstrap has been updated from version 0.11.2 to 2.5.0 where uib-datepicker-popup attribute should be used instead of datepicker-popup
Which means HtmlFormEngine class should be updated such as this line of code
protected static final String DATEPICKER_POPUP_ATTRIBUTE = "datepicker-popup";
should be replaced with below one
protected static final String DATEPICKER_POPUP_ATTRIBUTE = "uib-datepicker-popup";
This is the controller panel for Smart Panels app
[CAM-10829] Date picker of the generated task forms doesn't work as expected on version 7.11 and above
Component/s | New: tasklist [ 11655 ] |
Assignee | New: Tassilo Weidner [ tassilo.weidner ] |
Status | Original: Open [ 1 ] | New: Ready [ 10005 ] |
Status | Original: Ready [ 10005 ] | New: In Test [ 10004 ] |
Status | Original: In Test [ 10004 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: Ready [ 10005 ] |
Assignee | Original: Tassilo Weidner [ tassilo.weidner ] | New: Thorben Lindhauer [ thorben.lindhauer ] |
Labels | New: EasyPick |
Fix Version/s | New: 7.11.x [ 15373 ] | |
Fix Version/s | New: 7.12.0 [ 15387 ] |
Remote Link | New: This issue links to "Page (camunda confluence)" [ 13692 ] |