[Koha-bugs] [Bug 20813] Revamp user permissions system

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 27 08:55:28 CEST 2021


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

Marcel de Rooy <m.de.rooy at rijksmuseum.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl
                   |y.org                       |
             Status|Needs Signoff               |Failed QA
           Severity|major                       |enhancement

--- Comment #37 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
C4/Acquisition.pm:        my $sth = $dbh->prepare("SELECT flags FROM borrowers
WHERE borrowernumber = ?");

C4/Auth.pm:"select borrowernumber, firstname, surname, flags,
borrowers.branchcode, branches.branchname as branchname, email from borrowers
left join branches
 on borrowers.branchcode=branches.branchcode where userid=?"

C4/Members.pm:        AND ( borrowers.flags IS NULL OR borrowers.flags = 0 )

t/db_dependent/Serials_2.t:            UPDATE borrowers SET flags=? WHERE
borrowernumber=?
t/db_dependent/api/v1/holds.t:            flags        => 80, #borrowers and
reserveforothers flags
t/db_dependent/api/v1/patrons_extended_attributes.t:            value => {
flags => 2**4 }    # 'borrowers' flag == 4
t/db_dependent/api/v1/patrons_holds.t:        value => { flags => 2 ** 4 } #
'borrowers' flag == 4

This is just top of the iceberg. Looks like this development is far from ready.

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


More information about the Koha-bugs mailing list