https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29608 Bug ID: 29608 Summary: Editing numbering patterns does require full serials permission Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Serials Assignee: koha-bugs@lists.koha-community.org Reporter: katrin.fischer@bsz-bw.de QA Contact: testopia@bugs.koha-community.org There is a mismatch in permission checks for working with serial numbering patterns: https://git.koha-community.org/Koha-community/Koha/src/branch/master/serials... flagsrequired => { 'serials' => * } https://git.koha-community.org/Koha-community/Koha/src/branch/master/serials... flagsrequired => { 'serials' => 1 } I think both shoudl be * and at some point we might want to think of maybe having a separate permission. The problem is, that this means currently it requires full serials permission or superlibrian to work with the numbering patterns which is not always practical. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.