-
Task
-
Resolution: Unresolved
-
L3 - Default
-
None
-
None
-
None
Acceptance Criteria (Required on creation):
The following pattern is used at many places in the Webapps:
const phase = $scope.$root.$$phase; if (phase !== '$apply' && phase !== '$digest') { $scope.$apply(); }
Let's create a central utility function for it and refactor the codebase.
This ticket was migrated to github: https://github.com/camunda/camunda-bpm-platform/issues/2565. Please use this link for any future references and continue any discussion there.