Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.0.0
-
None
Description
Current Situation
The permission sos:products:controller:orders:suspend_resume determines whether orders can be suspended and whether orders can be resumed.
There are two situations in which an order can be resumed
- The order is suspended
- The order has failed
If the right sos:products:controller:orders:suspend_resume does not exist, it is therefore no longer possible to resume orders in the FAILED state.
Desired Behavior
It should be possible not to have the right sos:products:controller:orders:suspend_resume but to resume orders in the FAILED state. The new right sos:products:controller:orders:resume_failed is introduced for this purpose.
If the right sos:products:controller:orders:suspend_resume is available but the right sos:products:controller:orders:resume_failed is not available, orders that are in the failed state can not be resumed.