From 32b5434540bae7e9f4ebf3d597623024affbc230 Mon Sep 17 00:00:00 2001 From: Daniel Molina Date: Fri, 28 Aug 2015 12:11:09 +0200 Subject: [PATCH] bug #3923: Refresh page after changing table order --- src/sunstone/public/app/tabs/users-tab/panels/info.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sunstone/public/app/tabs/users-tab/panels/info.js b/src/sunstone/public/app/tabs/users-tab/panels/info.js index f84c29bc00..8e29990669 100644 --- a/src/sunstone/public/app/tabs/users-tab/panels/info.js +++ b/src/sunstone/public/app/tabs/users-tab/panels/info.js @@ -176,7 +176,7 @@ define(function(require) { context.on("change", "#table_order_select", function() { var template_str = 'TABLE_ORDER = "'+$(this).val()+'"'; - Sunstone.runAction("User.append_template", that.element.ID, template_str); + Sunstone.runAction("User.append_template_refresh", that.element.ID, template_str); }); // Change language