In Tools > Edit Quotes, when deleting a quote, the message Processing is displayed endlessly. A JS error is visible: dataTables.fnReloadAjax.js:12 Uncaught TypeError: this.oApi._fnServerParams is not a function
Confirmed. The quote is deleted, but you have to reload the page to display the table again. See: http://datatables.net/plug-ins/api/fnReloadAjax ---snip--- DataTables 1.10 provides the ajax.url() and ajax.reload() methods, built-in, to give the same functionality as this plug-in. As such this method is marked deprecated, but is available for use with legacy version of DataTables. Please use the new API if you are used DataTables 1.10 or newer. ---snip--- See Bug 12986 - Upgrade the DataTables jQuery plugin to the latest version
Created attachment 49397 [details] [review] Bug 16040: Update fnReloadAjax DT plugin to fix quotes deletion When deleting quotes, the table is not regenerated and a JS error is raised. That is because we are not using an up-to-date plugin Test plan: Delete a quote and confirm you do not get a JS error
Created attachment 49399 [details] [review] Bug 16040: Update fnReloadAjax DT plugin to fix quotes deletion When deleting quotes, the table is not regenerated and a JS error is raised. That is because we are not using an up-to-date plugin Test plan: Delete a quote and confirm you do not get a JS error Works as expected. Signed-off-by: Marc Véron <veron@veron.ch>
Created attachment 49485 [details] [review] [PASSED QA] Bug 16040: Update fnReloadAjax DT plugin to fix quotes deletion When deleting quotes, the table is not regenerated and a JS error is raised. That is because we are not using an up-to-date plugin Test plan: Delete a quote and confirm you do not get a JS error Works as expected. Signed-off-by: Marc Véron <veron@veron.ch> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Pushed to Master - Should be in the May 2016 release. Thanks!
Patch pushed to 3.22.x, will be in 3.22.6
Pushed to 3.20.x, will be in 3.20.11.