[Koha-bugs] [Bug 20956] BorrowersLog is not logging permission changes

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 29 15:13:28 CET 2024


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

Magnus Enger <magnus at libriotech.no> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |magnus at libriotech.no

--- Comment #14 from Magnus Enger <magnus at libriotech.no> ---
How verbose should we do the logging? As far as I can tell, the information
about permissions is stored in a combination of borrowers.flags and the
user_permissions table. 

The information from the user_permissions table could probably be logged as is,
and be pretty readable. 

But the flags is just a number, that needs to be interpreted in some way to
make sense. Should we log just the number, or the interpretation?

-- 
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