diff gwt-client/src/main/java/org/dive4elements/river/client/client/ui/CollectionView.java @ 8313:e3a63d9c5bb1

Updated the client to build a default artifact for sq relations. * Removed code for special sq relation artifact * Updated MeasurementListGrid in info panel to create a new project * Updated i18n
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 24 Sep 2014 12:02:05 +0200
parents 71a2e408adca
children 71ae18553377
line wrap: on
line diff
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/CollectionView.java	Wed Sep 24 11:59:49 2014 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/CollectionView.java	Wed Sep 24 12:02:05 2014 +0200
@@ -635,7 +635,7 @@
                     @Override
                     public void onSuccess(Collection newCollection) {
                         GWT.log("Successfully added artifacts.");
-                        setCollection(newCollection, true);
+                        setCollection(newCollection);
                     }
                 }
             );

http://dive4elements.wald.intevation.org