Summary: | BlockReturnofLostItems does not prevent lost items being found | ||
---|---|---|---|
Product: | Koha | Reporter: | Martin Renvoize (ashimema) <martin.renvoize> |
Component: | Circulation | Assignee: | Bugs List <koha-bugs> |
Status: | CLOSED WORKSFORME | QA Contact: | Testopia <testopia> |
Severity: | major | ||
Priority: | P5 - low | CC: | andrew, fridolin.somers, gmcharlt, kyle.m.hall, kyle, martin.renvoize, nick, testopia, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9805 | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 15751, 21231 | ||
Bug Blocks: |
Description
Martin Renvoize (ashimema)
2020-08-14 09:51:34 UTC
Requesting feedback makes sense to me. My big concern originally was that someone inattentively scanning checkins could just make it found without really realizing it. We could avoid that if we require some sort of more specific interaction to select "Mark this item as found" from an alert. I like the idea of an alert that requires confirmation (and allows to say "don't mark as found" as well. Maybe the item has already been replaced by the library? I'm finding the description of this bug to be too vague to be actionable. Can someone provide a test plan that reproduces this bug? Kyle I am no longer able to recreate this. On masterm, with BlockReturnofLostItems set to Block, I cannot get an item to become un-lost by checking it in. * 'transferbook' is still a hole, but I'm working on that one by removing transferbook soon. * Calling 'CanBookBeIssue' as a statistical patron 'category X' is a hole.. though I have no idea how one triggers that. * ajax-invetory.pl also calls ModDateLastSeen without passing the lost item pref.. again.. I'm not sure about it. Happy for this to be closed.. it was the transferbook case I think I was most perplexed by. |