https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7088 --- Comment #44 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Andrew Isherwood from comment #43)
(In reply to Katrin Fischer from comment #42)
Hi Andrew,
sorry, we are almost there. Most things worked really well (like checkbox visibility), but found one case that didn't work as expected:
HoldOverride = Allow LimitOverride = Not allowed
Item is on hold, 2 of 2 renewals remaining. Staff user has override permission.
But: Checking the checkbox doesn't make the item renewable.
Hi Katrin,
The test plan specifies that LimitOverride needs to be enabled for the functionality to work. If it's disabled the click listener on the override checkbox isn't created, which explains why it doesn't do anything. This isn't something that has been modified in my patches, it's pre-existing Koha functionality. Are you expecting something different?
Hm, maybe the checkbox should now shop up in this case then? Right now the checkbox just appears to have no effect - and if I understand you correctly that's the expected behaviour as both need to be allowed to work? -- You are receiving this mail because: You are watching all bug changes.