]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - plugins/org.argeo.slc.client.ui/src/main/java/org/argeo/slc/client/ui/model/SingleResultNode.java
Migrate SLC modules
[gpl/argeo-slc.git] / plugins / org.argeo.slc.client.ui / src / main / java / org / argeo / slc / client / ui / model / SingleResultNode.java
index c557d7ea09dc517a7f31eb792993a509a4bb9f52..afd1249898858f82452d877f2b83ebfe55ba1466 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -50,8 +50,8 @@ public class SingleResultNode extends ResultParent implements
        public boolean refreshPassedStatus() {
                try {
                        Node check;
-                       if (node.hasNode(SlcNames.SLC_STATUS)) {
-                               check = node.getNode(SlcNames.SLC_STATUS);
+                       if (node.hasNode(SlcNames.SLC_AGGREGATED_STATUS)) {
+                               check = node.getNode(SlcNames.SLC_AGGREGATED_STATUS);
                                passed = check.getProperty(SlcNames.SLC_SUCCESS).getBoolean();
                                return passed;
                        } else