https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14868
Benjamin Rokseth <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #41 from Benjamin Rokseth <[email protected]> --- Great Work, Lari! Tested thus : 1) minified swagger: perl misc/devel/minifySwagger.pl -s api/v1/swagger/swagger.json -d api/v1/swagger/swagger.min.json (minifySwagger should perhaps have execution permissions?) 2) restarted plack to pick up changes 3) loaded testdata and added circulation rule to allow holds 4) ran tests t/db_dependent/api/v1/patrons.t and t/db_dependent/api/v1/holds.t 5) ran some manual tests, without permissions, observed authentication failure 6) tested with patron session without borrower permissions, permission failure except on own patron info and own holds 7) tested with superlibrarian Should get an extra pair of eyes and testing, but I'm all OK. Now let's get Bug Bug 17004 moving as well (API auth), and we're really moving towards a great RESTful API -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
