[UPDATE]
In der Klasse ccm-cms/src/com/arsdigita/cms/ui/workflow/TaskAddRole.java die FormProcessException in der Zeile 144 umgebaut. git-svn-id: https://svn.libreccm.org/ccm/trunk@3187 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
da58216124
commit
2b4b09fc08
|
|
@ -141,7 +141,8 @@ class TaskAddRole extends CMSForm {
|
|||
|
||||
if (!sm.canAccess(state.getRequest(),
|
||||
SecurityManager.WORKFLOW_ADMIN)) {
|
||||
throw new FormProcessException(lz(("cms.ui.workflow.insufficient_privileges")));
|
||||
throw new FormProcessException(GlobalizationUtil.globalize(
|
||||
"cms.ui.workflow.insufficient_privileges"));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue