Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-10829

Date picker of the generated task forms doesn't work as expected on version 7.11 and above

      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

            Hassan Ghanem created issue -

            Hassan Ghanem added a comment - Below the HtmlFormEngine class on GitHub https://github.com/camunda/camunda-bpm-platform/blob/master/engine/src/main/java/org/camunda/bpm/engine/impl/form/engine/HtmlFormEngine.java
            Hassan Ghanem made changes -
            Component/s New: tasklist [ 11655 ]

            Hi Hassan,

            thank you for reaching out to us with your bug report.
            I will try to reproduce your problem and come back to you with my insights soon.

            Stay tuned!

            Cheers,
            Tassilo

            Tassilo Weidner added a comment - Hi Hassan, thank you for reaching out to us with your bug report. I will try to reproduce your problem and come back to you with my insights soon. Stay tuned! Cheers, Tassilo
            Tassilo Weidner made changes -
            Assignee New: Tassilo Weidner [ tassilo.weidner ]
            Hassan Ghanem made changes -
            Status Original: Open [ 1 ] New: Ready [ 10005 ]
            Hassan Ghanem made changes -
            Status Original: Ready [ 10005 ] New: In Test [ 10004 ]

            Hi Tassilo,
            So sorry...Status has been updated by mistake..

            Hassan Ghanem added a comment - Hi Tassilo, So sorry...Status has been updated by mistake..
            Tassilo Weidner made changes -
            Status Original: In Test [ 10004 ] New: In Progress [ 3 ]
            Tassilo Weidner made changes -
            Status Original: In Progress [ 3 ] New: Ready [ 10005 ]

              akif.hazarvi Akif
              hassang Hassan Ghanem
              Votes:
              1 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: