Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Paweł Gesek
Paweł GesekReporter
Josh Zamor
Josh Zamor(Deactivated)Labels
Story Points
3
Original estimate
6h
Time tracking
3h logged3h remaining
Components
Sprint
None
Fix versions
Priority
Time Assistant
Time Assistant
Created January 4, 2017 at 12:26 AM
Updated February 20, 2017 at 10:27 AM
Resolved February 20, 2017 at 10:26 AM
There should be an Administrative type Right that a User may be assigned via a Role that allows them to Manage (View, Create, Edit) Supply Lines.
Acceptance:
there is a new Administrative type of right named SUPPLY_LINES_MANAGE in Reference Data added via new Flyway migration
the endpoint's that GET, PUT, POST & DELETE should require the SUPPLY_LINES_MANAGE (or service level token) for:
/api/supplyLines
a 403 is returned if the user doesn't have the right (or a service level token)
RAML is updated
Check to ensure clients of updated endpoints don't break - raise an issue to the larger group if it does.