Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Current Situation
- When the Notification interface is configured and for example an error is notified
- MONITOR -> Order Notifications view
- Case: the order is not yet completed
- Clicking the Order Id will redirect to the Workflows view.
- Case: the order is finished
- Clicking the Order Id
- throws ControllerObjectNotExistException - unknown order "<Order Id>" and then
- this exception causes an additional SystemNotification to be triggered
- redirect to the History for orders
- The Order ID is available in this view too and everything works fine (get log etc.)
- throws ControllerObjectNotExistException - unknown order "<Order Id>" and then
- Clicking the Order Id
- Case: the order is not yet completed
- MONITOR -> Order Notifications view
Desired Behavior
- Redirection to History -> Order view should not throw ControllerObjectNotExistException error.
Test Instructions
- Configure Notification interface with error notification
- Create a notification case
- Order is complete (cancel failed order)
- MONITORING -> Order Notifications view.
- Click the Order ID