diff gwt-client/src/main/java/org/dive4elements/river/client/client/ui/CollectionView.java @ 8853:8c64617a7991

Some source code comments and fixme's
author gernotbelger
date Thu, 18 Jan 2018 18:33:52 +0100
parents e689be2a4dd1
children 28df64078f27
line wrap: on
line diff
--- a/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/CollectionView.java	Thu Jan 18 18:32:30 2018 +0100
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/client/ui/CollectionView.java	Thu Jan 18 18:33:52 2018 +0100
@@ -199,6 +199,9 @@
             this.parameterList = new ParameterList(
                 flys,
                 this,
+                // FIXME: literally every information about the artifact is transported from the server side
+                // but... the international name is resolved client-side.... Instead also transport the description of the artifact and use it!
+                // FIXME: the same holds for a very few other international strings (e.g. names of facets used in Tabs)
                 messages.getString(artifact.getName()),
                 artifact);
         }

http://dive4elements.wald.intevation.org