Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 601:3cf6ee30207c
Register newly created CollectionViews at FLYSWorkspace to avoid an inconsistent view.
flys-client/trunk@2206 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 22 Jun 2011 14:02:11 +0000 |
parents | 347cf4a5a486 |
children | 3b670af34367 |
comparison
equal
deleted
inserted
replaced
600:347cf4a5a486 | 601:3cf6ee30207c |
---|---|
1 2011-06-22 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/ui/CollectionView.java: | |
4 Register the CollectionView when a new collection is created. This is | |
5 necessary to avoid an inconsistent view that would otherwise display | |
6 projects that might have been deleted. | |
7 | |
1 2011-06-22 Ingo Weinzierl <ingo@intevation.de> | 8 2011-06-22 Ingo Weinzierl <ingo@intevation.de> |
2 | 9 |
3 * src/main/java/de/intevation/flys/client/client/ui/ProjectList.java: | 10 * src/main/java/de/intevation/flys/client/client/ui/ProjectList.java: |
4 If an open project is removed (via context menu) the related | 11 If an open project is removed (via context menu) the related |
5 CollectionView is removed from screen. | 12 CollectionView is removed from screen. |