16 Sep
2021
16 Sep
'21
10:58 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28948 --- Comment #22 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- I elaborated on the changes of Martin, but note the following: - # Remove forbidden attributes if required - if ( $params->{public} - and $self->can('api_privileged_attrs') ) - { - foreach my $privileged_attr ( @{ $self->api_privileged_attrs } ) { - delete $json_object->{$privileged_attr}; - } - } 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. -- You are receiving this mail because: You are watching all bug changes.