AuthController: hasStaffRoleInEdition
### Endpoint (Method) <!-- An Endpoint allows a connecting service to make an HTTP call to LabraCORE --> <!-- In this table, layout what information you want to get out of LabraCORE and what information you expect to have to give LabraCORE --> | Params | Type | Comment | |--------|------|---------| | Input | Long | editionId | | | Long | personId | | Output | boolean | | ##### What does this method do? <!-- Explain here, in however many steps needed, how you expect to go from input to output. In many cases, this can just be a short explanation of what you expect to come out. --> 1. check whether a person has a staff role in an edition
issue