comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/DatacageWindow.java @ 837:29966a53cfeb

Datacage: Use 'ids' instead of 'num' in user specific part, too. flys-client/trunk@2553 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 24 Aug 2011 10:58:15 +0000
parents 9101b4d64666
children 9ecd58f619a4
comparison
equal deleted inserted replaced
836:0fe456332785 837:29966a53cfeb
175 String factory = node.getAttribute("factory"); 175 String factory = node.getAttribute("factory");
176 if (factory != null) { // we need at least a factory 176 if (factory != null) { // we need at least a factory
177 String artifact = node.getAttribute("artifact-id"); 177 String artifact = node.getAttribute("artifact-id");
178 String out = node.getAttribute("out"); 178 String out = node.getAttribute("out");
179 String name = node.getName(); 179 String name = node.getName();
180 String num = node.getAttribute("num"); 180 String ids = node.getAttribute("ids");
181 181
182 toLoad.add(artifact, factory, out, name, num); 182 toLoad.add(artifact, factory, out, name, ids);
183 } 183 }
184 TreeNode [] children = tree.getChildren(node); 184 TreeNode [] children = tree.getChildren(node);
185 if (children != null) { 185 if (children != null) {
186 for (TreeNode child: children) { 186 for (TreeNode child: children) {
187 stack.push(child); 187 stack.push(child);

http://dive4elements.wald.intevation.org