summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d2dcb52)
raw | patch | inline | side by side (parent: d2dcb52)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Nov 2008 14:43:50 +0000 (14:43 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 Nov 2008 14:43:50 +0000 (14:43 +0000) |
-Continue editing after lock was removed.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12989 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12989 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/admin/acl/class_aclManagement.inc | patch | blob | history |
diff --git a/gosa-core/plugins/admin/acl/class_aclManagement.inc b/gosa-core/plugins/admin/acl/class_aclManagement.inc
index 6c7f5bd66312c7149fb1ac7324eb3f32d731964d..40711f61c05d3f569b0136e1104d73930c75cd06 100644 (file)
plugin::execute();
session::set('LOCK_VARS_TO_USE',array("/^item_selected/","/^menu_action/",
- "/^list/","/^id_/","/^list_acl_role_del/","/^list_acl_del/","/^menu_action/"));
+ "/^list/","/^id_/","/^menu_action/","/^act$/","/^id$/"));
$smarty = get_smarty(); // Smarty instance
$s_action = ""; // Contains the action to be taken