https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36066
Marcel de Rooy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected], | |martin.renvoize@ptfs-europe | |.com --- Comment #3 from Marcel de Rooy <[email protected]> --- (In reply to Katrin Fischer from comment #2) > I think the change makes sense, but I worry a bit if this could break > plugins using delete - there doesn't seem to be a way to cancel an order via > the API yet? No reason to worry. We should not allow plugins to delete in the first place (since Koha did not allow that yet). But I am reading the code and guess that it is just added in line with regular CRUD patterns. It is possible to cancel an order via API using ->update (PUT) and sending a modified orderstatus. Copying Kyle and Martin here: Do you have such plugins in your plugin repos? -- 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/
