Commit c0b39519 by Tuukka Kivilahti

Merge branch 'restfix' into 'master'

Restfix

Puuttui yksi funktio, eikä projekti käänny sen takia..
2 parents 843aed1b 60ffa2cb
...@@ -103,4 +103,10 @@ public class EventMapBean implements EventMapBeanLocal { ...@@ -103,4 +103,10 @@ public class EventMapBean implements EventMapBeanLocal {
} }
return place; return place;
} }
@Override
@RolesAllowed(MapPermission.S_MANAGE_MAPS)
public Place updatePlace(Place 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!