https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20813

--- Comment #48 from Lisette Scheer <[email protected]> ---
Example of actions:

| Action  | Description       | Example               |
| ------- | ----------------- | --------------------- |
| create  | Add new resources | Create new patron     |
| read    | View resources    | View patron details   |
| update  | Modify existing   | Update patron address |
| delete  | Remove resources  | Delete patron record  |
| list    | Search/browse     | Search all patrons    |
| execute | Run operations    | Run a report          |
| manage  | Full control      | All patron operations |
| ------- | ----------------- | --------------------- |

Example of scopes:
| Scope         | Description          | Example                  |
| ------------- | -------------------- | ------------------------ |
| own           | Only own records     | Own created reports      |
| own_library   | Own branch           | Patrons from own library |
| library_group | Library group/system | Multi-branch system      |
| any           | All libraries        | System-wide access       |
| none          | No restrictions      | System preferences       |


Resource: patrons
Actions: create, read, update, delete, list, merge
Scopes: own_library, library_group, any

Resource: patron_attributes
Actions: create, read, update, delete
Scopes: own_library, any

Resource: patron_categories
Actions: create, read, update, delete, list
Scopes: none (system-wide configuration)

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to