https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35870 --- Comment #23 from Aleisha Amohia <aleisha@catalyst.net.nz> --- Thanks for testing Luke! (In reply to Lucas Gass (lukeg) from comment #22)
A couple things:
1. You'll need to update t/Koha/Auth/Permissions.t
We'll provide a follow-up for this
2. In authorities/searchresultlist-auth.tt the edit button doesn't display without the new permission ( good ). It seems to be the only button in that column, should we just hide the whole column to users without the permission?
We'd like to keep the column there, part of splitting this permission into subpermissions is to add more subpermissions which may or may not be enabled (see Bug 35871)
3. Should we update the REST API where applicable:
api/v1/swagger/paths/authorities.yaml: editauthorities: "1" api/v1/swagger/paths/authorities.yaml: editauthorities: "1" api/v1/swagger/paths/authorities.yaml: editauthorities: "1"
We'll provide a follow-up for this -- You are receiving this mail because: You are watching all bug changes.