Summary: | No warning if a hold on an available item is placed in staff with AllowHoldPolicyOverride | ||
---|---|---|---|
Product: | Koha | Reporter: | Rickard Lindfors <rickard.lindfors> |
Component: | Hold requests | Assignee: | Bugs List <koha-bugs> |
Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | emily.lamancusa, gmcharlt, hans.palsson |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 31169 | ||
Bug Blocks: |
Description
Rickard Lindfors
2020-10-28 08:01:26 UTC
Hi Rickard, - Are there any items with other itemtypes on the record? - Have you made sure that the rule you changed was applied? For example a rule set for a specific library will overwrite a default library rule Can this be related to 24683? https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24683 (In reply to Katrin Fischer from comment #1) > Hi Rickard, > > - Are there any items with other itemtypes on the record? > - Have you made sure that the rule you changed was applied? For example a > rule set for a specific library will overwrite a default library rule Could you please check those? (In reply to Katrin Fischer from comment #3) > (In reply to Katrin Fischer from comment #1) > > Hi Rickard, > > > > - Are there any items with other itemtypes on the record? > > - Have you made sure that the rule you changed was applied? For example a > > rule set for a specific library will overwrite a default library rule > > Could you please check those? Hi Katrin! Sorry, I am a bit busy at the moment. I'll try check this up and return to you. It might be something with the other bug that Hans mentioned. I've tested this a little bit now, and the same happens if there's only one item. That item is available, and problem is still the same. We have specific library rules (but only one library) and they clearly seems to be used around the system in other cases. This is is not a big problem for us, as the the Staff normally can overwrite this if they have a reason for it. It is just that a warning should appear and indicate that you probably should not do it :) I've tested this on master and this is still valid: With AllowHoldPolicyOverride off, I get the following warning and cannot place a hold: No items are available to be placed on hold With AllowHoldPolicyOverride set to Allow, I see no warning and can place the holds. It's not visible in any way, that we are dealing with an override. |