summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 86e6374)
raw | patch | inline | side by side (parent: 86e6374)
author | wolffc <wolffc@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 10 Sep 2010 09:28:21 +0000 (09:28 +0000) | ||
committer | wolffc <wolffc@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 10 Sep 2010 09:28:21 +0000 (09:28 +0000) |
"Delete MULTIPLE entries Canceled" code path and not the "Delete
confirm dialog" code path. Also, properly delete confirm dialog once
cancelled.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@19594 594d385d-05f5-0310-b6e9-bd551577e9d8
confirm dialog" code path. Also, properly delete confirm dialog once
cancelled.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@19594 594d385d-05f5-0310-b6e9-bd551577e9d8
trunk/gosa-plugins/fai/admin/fai/class_faiManagement.inc | patch | blob | history |
diff --git a/trunk/gosa-plugins/fai/admin/fai/class_faiManagement.inc b/trunk/gosa-plugins/fai/admin/fai/class_faiManagement.inc
index 31c3aec890e89f6d37851207de302ed3c5aef74d..3fd299e6bae458c1c3231a4709721bf075788856 100644 (file)
****************/
if ($s_action=="del_multiple" ||
- $this->dialog instanceOf faiGroupHandle && $this->dialog->get_mode() == "remove"){
+ $this->dialog instanceOf faiGroupHandle &&
+ $this->dialog->get_mode() == "remove" &&
+ !isset($_POST['delete_multiple_fai_object_cancel'])){
/* Collect objects to delete and check if objects are freezed
*/
if(isset($_POST['delete_multiple_fai_object_cancel'])){
$this->remove_lock();
$this->dns = array();
+ $this->dialog = FALSE;
}
/****************