https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41604
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |In Discussion CC| |[email protected] --- Comment #3 from Jonathan Druart <[email protected]> --- I have decided to force the visibility of columns depending on syspref's setting. Otherwise the column visibility state is broken when the syspref's value is modified. However here it depends on permission, but the problem is the same. Try to: add superlibrarian permission to edna login with edna check an item out, and on "Details" tab (moremember, not circulation!) you can see the "check in" column. Now restrict the permission to only catalogue+borrowers Refresh moremember => With this patch the checkin column is displayed So this can be considered a bug, and that's why I forced the visibility. In discussion to get an answer from Caroline, we need to discuss if we are ready for those bugs. Also if we go with this solution I don't see a good reason to not apply the same change to the "Renew" column. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
