[Bug 22923] New: Items search does not take care of independent branches
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22923 Bug ID: 22923 Summary: Items search does not take care of independent branches Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Searching Assignee: koha-bugs@lists.koha-community.org Reporter: fridolin.somers@biblibre.com QA Contact: testopia@bugs.koha-community.org Target Milestone: --- Items search /cgi-bin/koha/catalogue/itemsearch.pl should be impacted by preference IndependentBranches. Maybe it should automatically limit to current branch. Main problem is that actually its a way to edit items of other branches. Maybe there should also be a check in cataloguing/additem.pl itself. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22923 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Auto-limiting with the option to still change it makes sense to me (so don't hide the search options, but preselect accordingly). They might want to check what of their items is at another location or vice versa. The edit buttons needs to be checked, but as we so often had problems with this already I think a check in additem would make a lot of sense. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22923 --- Comment #2 from Fridolin SOMERS <fridolin.somers@biblibre.com> --- (In reply to Katrin Fischer from comment #1)
The edit buttons needs to be checked
Could we simply hide "Edit item" in IndependentBranches context ? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22923 --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Fridolin SOMERS from comment #2)
(In reply to Katrin Fischer from comment #1)
The edit buttons needs to be checked
Could we simply hide "Edit item" in IndependentBranches context ?
I think we need to check the library matches the logged in one and keep edit links for those items. - If you just hide all of them it will take a away a major use case of the item search. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22923 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=20256 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22923 --- Comment #4 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- I do not understand. It seems that nothing block the edition, even with IndependentBranches turned on. The bug report should not focus on the item search but to fix globally the issue, if it is what you meant. If so, can you detail the condition of the edition please? * Superlibrarian can edit everything * librarian with editcatalogue can edit a biblio * librarian with editcatalogue and from the same library as holdingbranch or homebranch can edit an item We should then adjust all the links to item editing. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22923 --- Comment #5 from Fridolin SOMERS <fridolin.somers@biblibre.com> --- (In reply to Jonathan Druart from comment #4)
I do not understand. It seems that nothing block the edition, even with IndependentBranches turned on. The bug report should not focus on the item search but to fix globally the issue, if it is what you meant. Oh yes indeed.
If so, can you detail the condition of the edition please?
* Superlibrarian can edit everything
* librarian with editcatalogue can edit a biblio
* librarian with editcatalogue and from the same library as holdingbranch or homebranch can edit an item
Maybe we use to use HomeOrHoldingBranch ? Or create a new preference with allow edition depending on home/holding/both.
We should then adjust all the links to item editing.
-- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22923 --- Comment #6 from Fridolin SOMERS <fridolin.somers@biblibre.com> --- (In reply to Jonathan Druart from comment #4)
I do not understand. It seems that nothing block the edition, even with IndependentBranches turned on.
Oh but now I have tested : With IndependentBranches turned on, in record normal view, you see the "Edit" button only on the items of your branch. Pref says : Prevent staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22923 --- Comment #7 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Fridolin SOMERS from comment #6)
(In reply to Jonathan Druart from comment #4)
I do not understand. It seems that nothing block the edition, even with IndependentBranches turned on.
Oh but now I have tested : With IndependentBranches turned on, in record normal view, you see the "Edit" button only on the items of your branch.
Pref says : Prevent staff (but not superlibrarians) from modifying objects (holds, items, patrons, etc.) belonging to other libraries.
Hum indeed, but you can "Edit items", then edit whichever you want... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22923 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Items search does not take |Items edition does not take |care of independent |care of independent |branches |branches -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22923 --- Comment #8 from Fridolin SOMERS <fridolin.somers@biblibre.com> --- (In reply to Jonathan Druart from comment #7)
Hum indeed, but you can "Edit items", then edit whichever you want...
Ah when I test that I see in items table the "Actions" button only on my items. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22923 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED See Also|https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=20256 | Resolution|--- |DUPLICATE --- Comment #9 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- *** This bug has been marked as a duplicate of bug 20256 *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org