From 2308fda135136c5cecf45f75286c3c24aa17f705 Mon Sep 17 00:00:00 2001 From: Daniel Molina Date: Wed, 5 Feb 2014 17:43:05 +0100 Subject: [PATCH] Template should be filled after popUp method --- src/sunstone/public/js/plugins/templates-tab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sunstone/public/js/plugins/templates-tab.js b/src/sunstone/public/js/plugins/templates-tab.js index 283f6316eb..9749373e49 100644 --- a/src/sunstone/public/js/plugins/templates-tab.js +++ b/src/sunstone/public/js/plugins/templates-tab.js @@ -374,10 +374,10 @@ var template_actions = { callback: function(request, response) { template_to_update_id = response.VMTEMPLATE.ID; + popUpUpdateTemplateDialog(); fillTemplatePopUp( response.VMTEMPLATE.TEMPLATE, $create_template_dialog); - popUpUpdateTemplateDialog(); }, error: onError },