16 Feb
2019
16 Feb
'19
7:24 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16231 --- Comment #21 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Owen Leonard from comment #14)
As far as I can tell you cannot delete a subscription without "edit" permission, despite the separate permissions. I think it has to do with out the "cannotedit" variable is defined.
Not sure this is correct, in subscription-detail.pl: 52 # Permission needed if it is a deletion (del) : delete_subscription 53 # Permission needed otherwise : * 54 my $permission = ($op eq "del") ? "delete_subscription" : "*"; Not a big deal I'd say, but maybe a minor bug (?) -- You are receiving this mail because: You are watching all bug changes.