[Koha-bugs] [Bug 28948] Add a /public counterpart for the libraries REST endpoints

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 16 11:16:12 CEST 2021


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

--- Comment #25 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
(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.


More information about the Koha-bugs mailing list