https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42406 --- Comment #11 from David Cook <dcook@prosentient.com.au> --- (In reply to Andrew Fuerste-Henry from comment #6)
Created attachment 198114 [details] [review] Bug 42406: Split delete_reports into delete_own_reports and delete_all_reports
This patch splits delete_reports into delete_own_reports and delete_all_reports
While delete_all_reports supercedes delete_own_reports it seems to make more sense than delete_own_reports and delete_others_reports.
Mmm that's an interesting point. That's a tough one. It's a good example of how our current permission system isn't granular enough. I think that you're probably right here, because in a different permission system... it would likely either be "none", "all", or "X,Y,Z". Because we can't do "OR" when it comes to assigning permissions, this is probably our best bet. Because elsewhere it wouldn't be "none","all","me","everyone_else". -- You are receiving this mail because: You are watching all bug changes.