Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 908:a680ccec5dd6
Create new collections initially when starting a new project.
flys-client/trunk@2765 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 15 Sep 2011 15:55:30 +0000 |
parents | 24d15c2e0da3 |
children | 794d1af42987 |
line wrap: on
line diff
--- a/flys-client/ChangeLog Thu Sep 15 15:28:31 2011 +0000 +++ b/flys-client/ChangeLog Thu Sep 15 15:55:30 2011 +0000 @@ -1,3 +1,15 @@ +2011-09-15 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: + Create a new collection if no Collection is given while initializing a + CollectionView. This is necessary, because a Collection is required in + states that try to add cloned Artifacts (as it is the case in + WspDatacagePanel). + + !! NOTE: This changes the behaviour - before, Collections have been + created when a Collection has Outputs. Now, a Collection is initially + created when the user starts a new project. !! + 2011-09-15 Raimund Renkert <raimund.renkert@intevation.de> Issue199