[Koha-bugs] [Bug 29523] Add a way to prevent embedding objects that should not be allowed

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 20 10:24:33 CEST 2023


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

--- Comment #153 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
(In reply to Marcel de Rooy from comment #152)
> t/db_dependent/Koha/REST/Plugin/Objects.t 
> -      $builder->build_object( { class => 'Koha::Patrons', value => { flags
> => 1 } } );
> +      $builder->build_object( { class => 'Koha::Patrons', value => { flags
> => 0 } } );

This is around here
 @@ -425,7 +425,7 @@ subtest 'objects.search helper with query parameter' =>
sub {

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list