Wordpress/tests
Adam Silverstein 625773bd8b REST API JavaScript Client: improve support for model deletion/trash.
Update the way and location the JavaScript client determines which models/endpoints require the `force=true` parameter when being deleted to avoid a `rest_trash_not_supported` error. Identify models with endpoints that support DELETE, excluding those that support the trash (posts and pages by default). Also, move the check into the default `wp.api.WPApiBaseModel.initialize()` function.

Props caercam, euthelup.
Fixes #40672.



git-svn-id: https://develop.svn.wordpress.org/trunk@41657 602fd350-edb4-49c9-b593-d223f7449a82
2017-10-01 13:06:43 +00:00
..
phpunit Multisite: Fix `wp_get_users_with_no_role()` possibly including users with a role on a different site. 2017-09-30 04:09:11 +00:00
qunit REST API JavaScript Client: improve support for model deletion/trash. 2017-10-01 13:06:43 +00:00