Commit 60ffa2cb by Tuomas Riihimäki

Lisätään vielä permissiot

1 parent 4c248eae
...@@ -105,6 +105,7 @@ public class EventMapBean implements EventMapBeanLocal { ...@@ -105,6 +105,7 @@ public class EventMapBean implements EventMapBeanLocal {
} }
@Override @Override
@RolesAllowed(MapPermission.S_MANAGE_MAPS)
public Place updatePlace(Place place) { public Place updatePlace(Place place) {
return placefacade.merge(place); return placefacade.merge(place);
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!