https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28948
--- Comment #25 from Marcel de Rooy <[email protected]> --- (In reply to Marcel de Rooy from comment #22) > Initially we only filtered the public side removing the api privileged keys. > What we now do, is filter both public and staff ! > Which is a serious difference obviously. We apply an allow list on staff too now. Tomas did not. So we are removing a few staff fields, like: | branchphone | longtext | YES | | NULL | | | issuing | tinyint(4) | YES | | NULL | | | opac_info | mediumtext | YES | | NULL | | | geolocation | varchar(255) | YES | | NULL | | | pickup_location | tinyint(1) | NO | | 1 | | -- 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/
