Environment (Required on creation):
Camunda Run 7.16.0-ee
Default settings all round
Description (Required on creation; please attach any relevant screenshots, stacktraces, log files, etc. to the ticket):
Steps to reproduce (Required on creation):
Deploy process that i've uploaded
Start an instance from task list.
Click on the link in the notification on the bottom right
Observed Behavior (Required on creation):
Clicking the link has no affect
Expected behavior (Required on creation):
The link should bring a user to the task in question
Root Cause (Required on prioritization):
The notification message uses with ng-href and ng-click angular directives that are not compiled anymore since with CAM-13876 we removed the functionality that notification messages are treated as angular templates.
Solution Ideas (Optional):
Use href instead of ng-href and clear notifications when forceDisplayTask === true in cam-tasklist-tasks.js.
Hints (optional):
We should check for all other notification messages if we use angular directives and refactor them when necessary.
This is the controller panel for Smart Panels app
- is caused by
-
CAM-13876 NotificationsPanel uses compile-template
- Closed