From 9521b6841378b3d873ba99fca5a029dde2a46100 Mon Sep 17 00:00:00 2001 From: Daniel Molina Date: Wed, 5 Feb 2014 15:32:06 +0100 Subject: [PATCH] bug #2707: Fix Uncaught exception in ServiceTemplate.update.callback --- src/sunstone/public/js/plugins/oneflow-templates.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sunstone/public/js/plugins/oneflow-templates.js b/src/sunstone/public/js/plugins/oneflow-templates.js index fd544c568f..b9a07f8261 100644 --- a/src/sunstone/public/js/plugins/oneflow-templates.js +++ b/src/sunstone/public/js/plugins/oneflow-templates.js @@ -460,7 +460,6 @@ var service_template_actions = { call: ServiceTemplate.update, callback: function(request,response){ notifyMessage(tr("ServiceTemplate updated correctly")); - Sunstone.runAction('ServiceTemplate.show',response.DOCUMENT.ID); }, error: onError },