Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 841:e699adf3b092
Fix loading of recommendations when collection is not yet in place.
flys-client/trunk@2561 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 24 Aug 2011 13:21:15 +0000 |
parents | 18fc7afe0251 |
children | 95fd96b3a19f |
comparison
equal
deleted
inserted
replaced
840:18fc7afe0251 | 841:e699adf3b092 |
---|---|
1 2011-08-24 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 Fix loading of recommendations when collection is not yet in place. | |
4 | |
5 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java | |
6 (createNewCollection): | |
7 Load recommendations when new Collection is created. | |
8 (onParameterChange): | |
9 Guard call to loadRecommendation to avoid NPE when no collection is yet set. | |
10 | |
1 2011-08-24 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 11 2011-08-24 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 12 |
3 * src/main/java/de/intevation/flys/client/shared/model/DefaultCollection.java: | 13 * src/main/java/de/intevation/flys/client/shared/model/DefaultCollection.java: |
4 Ensure list of recommendations is non-null after construction. | 14 Ensure list of recommendations is non-null after construction. |
5 | 15 |