https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25408
--- Comment #108 from Arthur Suzuki <[email protected]> --- (In reply to Baptiste Wojtkowski (bwoj) from comment #107) > Hi ! > I rebased and tried to go through the test plan but I could not manage to > reproduce the first issue, is it normal ? > > My tests on "OPAC item level holds" on the opac BEFORE applying patch: > 1 - Force -> I cannot place hold on record, only on item > 2 - Don't allow -> I cannot place hold on item > 3 - Allow -> I can place on both > > I always can place an hold on opac. > > (Applying the patch breaks this but I might have improperly rebased) Hello Baptiste, the rule applies well to any operation done from the UI because it is checked in the perl scripts. The idea was to move this check to C4/Reserves to have a consistent behavior over any interfaces (opac, staff, ils-di, api) with a single point of entry in case we need to change it in the future. -- 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/
