[Koha-bugs] [Bug 31032] New: Patron attributes branch limitations are unclear

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 23 19:47:28 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31032

            Bug ID: 31032
           Summary: Patron attributes branch limitations are unclear
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Patrons
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: nick at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

When a patron attribute is limited to some branches it seems to mean:
1 - That attribute shows on moremember, and on opac to patron, but not in
patron edit screen if signed in at a different branch 
2 - It can be set for any patron from any branch on staff side, but only by
libraries from the limited list
3 - The code in extended_attributes appears to ignore all branch specific
mandatory attributes:
1707                 my @required_attribute_types =
1708                     Koha::Patron::Attribute::Types->search(
1709                         {
1710                             mandatory => 1,
1711                             category_code => [ undef, $self->categorycode
],
1712                            
'borrower_attribute_types_branches.b_branchcode' =>
1713                               undef,
1714                         },
1715                         { join => 'borrower_attribute_types_branches' }
1716                     )->get_column('code');

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list