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 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

            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

            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..

            Hi Hassan,

            the problem your are facing is indeed a bug.
            I've forwarded your report for decision-making.

            Stay tuned!

            Cheers,
            Tassilo

            Tassilo Weidner added a comment - Hi Hassan, the problem your are facing is indeed a bug. I've forwarded your report for decision-making. Stay tuned! Cheers, Tassilo

            Hi Hassan,

            We will try to fix this with the 7.12 release due for end of November. If you would like to submit a pull request, that would also be greatly appreciated.

            Best regards,
            Thorben

            Thorben Lindhauer added a comment - Hi Hassan, We will try to fix this with the 7.12 release due for end of November. If you would like to submit a pull request, that would also be greatly appreciated. Best regards, Thorben

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

                Created:
                Updated:
                Resolved: