Bug 21414 - view_borrower_infos_from_any_libraries can't be used with IndependentBranches
Summary: view_borrower_infos_from_any_libraries can't be used with IndependentBranches
Status: RESOLVED WONTFIX
Alias: None
Product: Koha
Classification: Unclassified
Component: Patrons (show other bugs)
Version: master
Hardware: All All
: P5 - low normal (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 18403
Blocks:
  Show dependency treegraph
 
Reported: 2018-09-26 14:13 UTC by Séverine Queune
Modified: 2023-10-07 22:47 UTC (History)
4 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Séverine Queune 2018-09-26 14:13:18 UTC
When IndependentBranches is turned on, library filter on 'Patrons' menu page ('cgi-bin/koha/members/members-home.pl') only allows the current user site.

In spite of the use of the 'view_borrower_infos_from_any_libraries permission', it's not possible to search for patrons from other libraries, even if we're part of the same group of libraries.
We can access patron account using the url.
No modifications are allowed whether we set IndependentBranchesPatronModifications to 'yes' or 'no'.

See also Bug 12599 - IndependentBranches Holes
Comment 1 Jonathan Druart 2018-11-01 16:49:38 UTC
Yes, I think we could replace some of our features with the new "library group" mechanism.

IndependentBranchesPatronModifications, IndependentBranches, "Branches limitations" for patron's categories and AV, etc.

Not trivial however.
Comment 2 Katrin Fischer 2023-10-07 22:47:53 UTC
IndependentBranchesPatronModifications is just for moderating patron address change requests. I think the library group feature and the Independentbranches are incompatible. Or to say it differently: the Independentbranches is stronger and 'overwrites' the library group feature. I feel like for now this is intended until we have fully replaced all features of Indepdendentbranches by library groups (and can then also remove the feature itself).