Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 100:95b30a5d6350
Bugfix: A collection view just creates a single time a new collection - even if we step back to a previous state and go forward afterwards.
flys-client/trunk@1614 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 30 Mar 2011 07:40:53 +0000 |
parents | 5c3d685546a6 |
children | f7967d12ce6e |
comparison
equal
deleted
inserted
replaced
99:5c3d685546a6 | 100:95b30a5d6350 |
---|---|
1 2011-03-29 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/FLYS.java: The | |
4 CollectionView no longer gets an empty collection when it is created. | |
5 | |
6 * src/main/java/de/intevation/flys/client/client/ui/FLYSWorkspace.java: | |
7 The CollectionViews are no longer stored in a Map but in a List. | |
8 | |
9 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: | |
10 Bugfix: We just create a new collection a single time - if no one is | |
11 existing. If the output modes of the artifact that is used for the | |
12 parameterization changes, we fetch the new DESCRIBE document of the | |
13 collection using the new DescribeCollectionService. | |
14 | |
1 2011-03-29 Ingo Weinzierl <ingo@intevation.de> | 15 2011-03-29 Ingo Weinzierl <ingo@intevation.de> |
2 | 16 |
3 * src/main/java/de/intevation/flys/client/server/DescribeCollectionServiceImpl.java, | 17 * src/main/java/de/intevation/flys/client/server/DescribeCollectionServiceImpl.java, |
4 src/main/java/de/intevation/flys/client/client/services/DescribeCollectionServiceAsync.java, | 18 src/main/java/de/intevation/flys/client/client/services/DescribeCollectionServiceAsync.java, |
5 src/main/java/de/intevation/flys/client/client/services/DescribeCollectionService.java: | 19 src/main/java/de/intevation/flys/client/client/services/DescribeCollectionService.java: |