1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

bug #2707: Fix Uncaught exception in ServiceTemplate.update.callback

This commit is contained in:
Daniel Molina 2014-02-05 15:32:06 +01:00
parent e41e5bb88c
commit 9521b68413

View File

@ -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
},