https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36482
--- Comment #6 from Tomás Cohen Arazi <[email protected]> --- To test: 1. Have UseCirculationDesks and UseCashRegisters enabled 2. Add some cash registers and desks to a known KTD library. For example 'MPL'. 3. Use Postman to make: * GET /libraries * GET /libraries/MPL in both cases add the request header 'x-koha-embed: desks,cash_registers' => FAIL: In both cases the requests are denied because embedding those is not allowed. 4. Apply the first patch 5. Repeat 3 => PARTIAL SUCCESS: GET /libraries does the job! => FAIL: GET /libraries/MPL fails! 6. Apply the second patch and repeat 3 => SUCCESS: Both cases succeed! 7. Sign off :-D -- 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/
