comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/CollectionView.java @ 260:dd1dad2ff94e

Remove the data table on step back. flys-client/trunk@1875 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Tue, 10 May 2011 10:57:57 +0000
parents 50a95db68e66
children d01b0d81b92a
comparison
equal deleted inserted replaced
259:50a95db68e66 260:dd1dad2ff94e
273 OutputMode[] outs = desc.getOutputModes(); 273 OutputMode[] outs = desc.getOutputModes();
274 274
275 setArtifact(art); 275 setArtifact(art);
276 clearOutputTabs(); 276 clearOutputTabs();
277 277
278 if (parameterList.hasPanel()) {
279 parameterList.removePanel();
280 }
278 Collection c = getCollection(); 281 Collection c = getCollection();
279 282
280 if (outs != null && c == null) { 283 if (outs != null && c == null) {
281 User user = getFlys().getCurrentUser(); 284 User user = getFlys().getCurrentUser();
282 createNewCollection(user.identifier()); 285 createNewCollection(user.identifier());

http://dive4elements.wald.intevation.org