From ce928d44116e3096eaf33b02151779798e1bfda6 Mon Sep 17 00:00:00 2001 From: mrworm Date: Sun, 5 Nov 2023 03:14:12 +0200 Subject: [PATCH] Update mtable.js (#824) Resolves the issue reported in: https://github.com/web2py/py4web/issues/788 --- apps/_dashboard/static/components/mtable.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/_dashboard/static/components/mtable.js b/apps/_dashboard/static/components/mtable.js index 413c03a87..379423261 100644 --- a/apps/_dashboard/static/components/mtable.js +++ b/apps/_dashboard/static/components/mtable.js @@ -156,6 +156,7 @@ axios.post(url, item).then(mtable.handle_response('post', this), mtable.handle_response('post', this)); } + location.reload(); }; mtable.handle_response = function(method, data) {