Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 3492:d45fcf70b994
Don't display not allowed rivers to the user
Only return rivers that the user is allowed to see. Evaluate the allowed
features of the current logged in user and hide rivers which aren't
mentioned in the features list.
flys-client/trunk@5208 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Bjoern Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Wed, 15 Aug 2012 12:11:41 +0000 |
parents | 1c9bfdbfb265 |
children | e703555f8da1 |
comparison
equal
deleted
inserted
replaced
3491:1c9bfdbfb265 | 3492:d45fcf70b994 |
---|---|
1 2012-08-15 Björn Ricks <bjoern.ricks@intevation.de> | 1 2012-08-15 Björn Ricks <bjoern.ricks@intevation.de> |
2 | |
3 * src/main/java/de/intevation/flys/client/server/RiverServiceImpl.java: | |
4 Only return rivers that the user is allowed to see. Evaluate the allowed | |
5 features of the current logged in user and hide rivers which aren't | |
6 mentioned in the features list. | |
7 | |
8 2012-08-15 Björn Ricks <bjoern.ricks@intevation.de> | |
9 | |
2 * src/main/java/de/intevation/flys/client/client/services/RemoteServiceServlet.java: | 10 * src/main/java/de/intevation/flys/client/client/services/RemoteServiceServlet.java: |
3 Implement an extended GWT RemoteServiceServlet to be able to get the | 11 Implement an extended GWT RemoteServiceServlet to be able to get the |
4 current logged in user easily. | 12 current logged in user easily. |
5 | 13 |
6 2012-08-13 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 14 2012-08-13 Sascha L. Teichmann <sascha.teichmann@intevation.de> |