comparison 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
comparison
equal deleted inserted replaced
8852:8f6d6d26e96f 8853:8c64617a7991
197 197
198 if (artifact != null) { 198 if (artifact != null) {
199 this.parameterList = new ParameterList( 199 this.parameterList = new ParameterList(
200 flys, 200 flys,
201 this, 201 this,
202 // FIXME: literally every information about the artifact is transported from the server side
203 // but... the international name is resolved client-side.... Instead also transport the description of the artifact and use it!
204 // FIXME: the same holds for a very few other international strings (e.g. names of facets used in Tabs)
202 messages.getString(artifact.getName()), 205 messages.getString(artifact.getName()),
203 artifact); 206 artifact);
204 } 207 }
205 else { 208 else {
206 this.parameterList = new ParameterList( 209 this.parameterList = new ParameterList(

http://dive4elements.wald.intevation.org