Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 1321:cfbfaadf4b6f
Remove Artifacts not needed anymore when reparameterizing w-diffs.
flys-client/trunk@2962 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Thu, 13 Oct 2011 12:34:46 +0000 |
parents | 5733c05ce24c |
children | e2749cc3b7ad |
comparison
equal
deleted
inserted
replaced
1320:5733c05ce24c | 1321:cfbfaadf4b6f |
---|---|
1 2011-10-13 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 In W-Diff selection GUI, track which items have been removed from the | |
4 listgrid, remove corresponding artifacts from collection if they are | |
5 not needed anymore using the new RemoveArtifactService. | |
6 | |
7 * src/main/java/de/intevation/flys/client/client/ui/DatacageTwinPanel.java: | |
8 Track removed items from ListGrid until clicking on "proceed". Then, | |
9 check whether artifacts removed from the list are still needed to | |
10 calculate other difference (which are still in the ListGrid), remove | |
11 them otherwise. | |
12 | |
1 2011-10-13 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 13 2011-10-13 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 14 |
3 Added helper in use of new RemoveArtifactService. | 15 Added helper in use of new RemoveArtifactService. |
4 | 16 |
5 * src/main/java/de/intevation/flys/client/server/CollectionHelper.java | 17 * src/main/java/de/intevation/flys/client/server/CollectionHelper.java |