https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32968
--- Comment #63 from Mathieu Saby <[email protected]> --- It's essential to distinguish between "reading" and everything else. Ideally, this "else" could be divided into different granular operations, but that seems less important to me, and it can become complicated to manage given the way Koha manages (inconveniently) permissions. So, my personal opinion: we could have the following permissions : - erm-show-agreement : to display agreements - erm-manage-agreement : to add, edit, delete agrements - erm-show-licence : to display licence - erm-manage-licence : to add, edit, delete licence - erm-show-eholdings : to display packages and titles (local and Ebsco) - erm-manage-eholdings : to add, edit, delete packages and titles (local and Ebsco), including import from kbart and lists - erm-show-datasources - erm-manage-datasources - erm-harvest-datasources : test sushi connexion, harvest with sushi, import Counter reports manually - erm-show-reports - erm-manage-reports - erm-run-reports -- 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/
