-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
Problem
In Angular 1.6 unhandled rejected promises are logged to console.
See https://github.com/angular/angular.js/commit/c9dffde1cb167660120753181cb6d01dc1d1b3d0
Steps to reproduce
- In Cockpit, go to processes view
- Open delete process definitions by key modal
- Close modal without performing the deletion
This problem occurred with almost all modals.
Observed behavior
Error is logged to console: Possibly unhandled rejection: ...
Expected behavior
Nothing is logged to console.