Actions
Bug #6939
closedLayout is executing even if access to the actions is denied
Description
if access checks and conditions fail the layout still executes. Layout in this case either needs to be skipped OR a substitution that can be conditioned against to see if an action was denied.
Updated by krileon almost 7 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Layout now properly executes after conditions and access checks as part of the main ->trigger function for an action.
Actions