Actions Overview

In addition to restricting permissions, it is also possible to block certain actions at any given point. Actions which are not blocked are still controlled by the usual permissions.

Edit Actions Edit Actions

{foreach from=$actions item=oAction} {/foreach} {foreach from=$states item=oState} {assign value=$oState->getId() var=state_id} {foreach from=$actions item=oAction} {assign value=$oAction->getName() var=action_id} {if $grid.$state_id.$action_id} {else} {/if} {/foreach} {/foreach}
State{$oAction->getDisplayName()}
{$oState->getName()}Denied