Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 605:e8ebdbc7f1e3
First step of removing the cache blob. The static part of the describe document will be created by using the input data stored at each state. Some TODOs left (see ChangeLog).
gnv-artifacts/trunk@671 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 09 Feb 2010 14:27:55 +0000 |
parents | 938ce81a6bd0 |
children | 9efc1c256dbb |
comparison
equal
deleted
inserted
replaced
604:938ce81a6bd0 | 605:e8ebdbc7f1e3 |
---|---|
1 2010-02-09 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/gnv/state/StateBase.java: Do not query the | |
4 cache / database for rendering the static part of the describe document - | |
5 just take the input data stored at each state. | |
6 | |
7 TODOs: | |
8 - Store 'description' of each chosen value. At the moment we are able to | |
9 render an id of value, only. | |
10 - Take care of input elements with multi selection. | |
11 - The subarea node disappears if we don't select any. | |
12 | |
1 2010-02-09 Tim Englich <tim.englich@intevation.de> | 13 2010-02-09 Tim Englich <tim.englich@intevation.de> |
2 | 14 |
3 * doc/conf/conf.xml: | 15 * doc/conf/conf.xml: |
4 Switched the usage of DummyMetaDataService to MetaDataService because | 16 Switched the usage of DummyMetaDataService to MetaDataService because |
5 the Service is now able to work properly. | 17 the Service is now able to work properly. |