diff flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartThemePanel.java @ 1292:bdc270ea6195

Edited item attributes are saved and send to the server on accept. flys-client/trunk@2898 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Wed, 05 Oct 2011 16:29:14 +0000
parents 17bff7b27052
children d9cb362b8b34
line wrap: on
line diff
--- a/flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartThemePanel.java	Wed Oct 05 09:26:13 2011 +0000
+++ b/flys-client/src/main/java/de/intevation/flys/client/client/ui/chart/ChartThemePanel.java	Wed Oct 05 16:29:14 2011 +0000
@@ -147,7 +147,7 @@
     }
 
 
-    protected void getItemAttributes(FacetRecord record) {
+    protected void getItemAttributes(final FacetRecord record) {
         Config config = Config.getInstance();
         String url = config.getServerUrl();
         String locale = config.getLocale();
@@ -167,7 +167,8 @@
                     GWT.log("Successfully loaded collectionitem attributes.");
                     StyleEditorWindow win = new StyleEditorWindow(
                         collection,
-                        cia);
+                        cia,
+                        record);
                     win.setCollectionView(view);
                     win.show();
                 }

http://dive4elements.wald.intevation.org