Mercurial > dive4elements > river
diff flys-client/ChangeLog @ 856:ec5c75da5c7a
Bugfix flys/issue166: Parse Collection names from DESCRIBE.
flys-client/trunk@2648 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 06 Sep 2011 07:47:15 +0000 |
parents | 2c48d75c4ab7 |
children | fa8efe5b8aee |
line wrap: on
line diff
--- a/flys-client/ChangeLog Tue Sep 06 07:14:17 2011 +0000 +++ b/flys-client/ChangeLog Tue Sep 06 07:47:15 2011 +0000 @@ -1,3 +1,18 @@ +2011-09-06 Ingo Weinzierl <ingo@intevation.de> + + flys/issue166 (Projektname in die Fensterleiste übernehmen) + + * src/main/java/de/intevation/flys/client/server/DescribeCollectionServiceImpl.java: + Read the name from Collection's DESCRIBE document and create new + Collection objects with this information. + + * src/main/java/de/intevation/flys/client/shared/model/DefaultCollection.java: + Adapted constructors which now require a name. + + * src/main/java/de/intevation/flys/client/server/CreateCollectionServiceImpl.java: + Use the UUID as Collection name after a Collection has been created - at + that time no user defined name is existing. + 2011-09-06 Felix Wolfsteller <felix.wolfsteller@intevation.de> Minor cosmetics.