]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/commands/DeleteItems.java
Remove SLC process notifiers
[gpl/argeo-slc.git] / plugins / org.argeo.slc.client.ui / src / main / java / org / argeo / slc / client / ui / commands / DeleteItems.java
index d5bc35e324e645c9987f2c9595281232b094b915..08d4798d82d415fe27a6d035ad110406658b11fa 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (C) 2007-2012 Mathieu Baudier\r
+ * Copyright (C) 2007-2012 Argeo GmbH\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and\r
  * limitations under the License.\r
  */\r
-\r
 package org.argeo.slc.client.ui.commands;\r
 \r
 import java.util.ArrayList;\r
@@ -103,7 +102,8 @@ public class DeleteItems extends AbstractHandler {
                                                        for (Node node : nodes) {\r
                                                                Node parent = node.getParent();\r
                                                                node.remove();\r
-                                                               ResultParentUtils.updateStatusOnRemoval(parent);\r
+                                                               ResultParentUtils.updatePassedStatus(parent,\r
+                                                                               true);\r
                                                                monitor.worked(1);\r
                                                        }\r
                                                        session.save();\r