Mercurial > dive4elements > river
diff 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 |
line wrap: on
line diff
--- a/flys-client/ChangeLog Thu Oct 13 12:30:08 2011 +0000 +++ b/flys-client/ChangeLog Thu Oct 13 12:34:46 2011 +0000 @@ -1,3 +1,15 @@ +2011-10-13 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + In W-Diff selection GUI, track which items have been removed from the + listgrid, remove corresponding artifacts from collection if they are + not needed anymore using the new RemoveArtifactService. + + * src/main/java/de/intevation/flys/client/client/ui/DatacageTwinPanel.java: + Track removed items from ListGrid until clicking on "proceed". Then, + check whether artifacts removed from the list are still needed to + calculate other difference (which are still in the ListGrid), remove + them otherwise. + 2011-10-13 Felix Wolfsteller <felix.wolfsteller@intevation.de> Added helper in use of new RemoveArtifactService.