diff --git a/templates/ktcore/workflow/editTransition.smarty b/templates/ktcore/workflow/editTransition.smarty index 31e9ebd..2f3f57e 100644 --- a/templates/ktcore/workflow/editTransition.smarty +++ b/templates/ktcore/workflow/editTransition.smarty @@ -2,6 +2,12 @@

Edit transition properties

+

Select the target state of the transition, and +select the permission, group, and/or role necessary to perform the +transition. Selecting more than one of permission, group, or role will +require that the user wishing to perform the transition fulfil every +requirement.

+
@@ -14,9 +20,20 @@ Guard Permission - {entity_select entities=$aPermissions selected=$oTransition->getGuardPermissionId() name="fPermissionId"} + {entity_select entities=$aPermissions +selected=$oTransition->getGuardPermissionId() name="fPermissionId" +none=true} + + + Guard Group + {entity_select entities=$aGroups +selected=$oTransition->getGuardGroupId() name="fGroupId" none=true} + + + Guard Role + {entity_select entities=$aRoles +selected=$oTransition->getGuardRoleId() name="fRoleId" none=true} -