Updating ProcessName after saving Edit process Form
This commit is contained in:
@@ -118,6 +118,7 @@ ProcessMapContext.prototype.editProcess= function()
|
|||||||
Ext.Ajax.request({
|
Ext.Ajax.request({
|
||||||
url: "processes_Ajax.php"+ urlparams,
|
url: "processes_Ajax.php"+ urlparams,
|
||||||
success: function(response) {
|
success: function(response) {
|
||||||
|
workflow.main.items.items[2].setTitle(fields[0].items.items[0].getValue());
|
||||||
window.hide();
|
window.hide();
|
||||||
},
|
},
|
||||||
failure: function(){
|
failure: function(){
|
||||||
|
|||||||
Reference in New Issue
Block a user