Code

Updated lock handling in acl management.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 Nov 2008 14:43:50 +0000 (14:43 +0000)
committerhickert <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

gosa-core/plugins/admin/acl/class_aclManagement.inc

index 6c7f5bd66312c7149fb1ac7324eb3f32d731964d..40711f61c05d3f569b0136e1104d73930c75cd06 100644 (file)
@@ -60,7 +60,7 @@ class aclManagement extends plugin
     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