Summary: | Quote deletion never ending processing | ||
---|---|---|---|
Product: | Koha | Reporter: | Frédéric Demians <f.demians> |
Component: | Tools | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | major | ||
Priority: | P5 - low | CC: | brendan, jonathan.druart, julian.maurice, oleonard, veron |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
URL: | /cgi-bin/koha/tools/quotes-upload.pl | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12986 | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 16040: Update fnReloadAjax DT plugin to fix quotes deletion
Bug 16040: Update fnReloadAjax DT plugin to fix quotes deletion [PASSED QA] Bug 16040: Update fnReloadAjax DT plugin to fix quotes deletion |
Description
Frédéric Demians
2016-03-10 06:31:51 UTC
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. |