Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 910:7f72239e56c8
#259 Use the LoadArtifactService to clone Artifacts and add them to the current Collection.
flys-client/trunk@2767 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 15 Sep 2011 16:27:07 +0000 |
parents | 794d1af42987 |
children | 4668357b255e |
comparison
equal
deleted
inserted
replaced
909:794d1af42987 | 910:7f72239e56c8 |
---|---|
1 2011-09-15 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 flys/issue259 (Daten aus Datenkorb in Diagramm einladen) | |
4 | |
5 * src/main/java/de/intevation/flys/client/client/ui/DatacageWindow.java: | |
6 Don't abuse the mechanism to load recommendations any longer. Selected | |
7 Facets/Artifacts in this Window are cloned and loaded into the current | |
8 Collection using the LoadArtifactService. | |
9 | |
1 2011-09-15 Ingo Weinzierl <ingo@intevation.de> | 10 2011-09-15 Ingo Weinzierl <ingo@intevation.de> |
2 | 11 |
3 * src/main/java/de/intevation/flys/client/client/ui/UIProvider.java: | 12 * src/main/java/de/intevation/flys/client/client/ui/UIProvider.java: |
4 Defined a setter method to inject a Collection. | 13 Defined a setter method to inject a Collection. |
5 | 14 |