diff --git a/ccp/js/methodeditorcontroller.js b/ccp/js/methodeditorcontroller.js index a2970ef..b340c0a 100644 --- a/ccp/js/methodeditorcontroller.js +++ b/ccp/js/methodeditorcontroller.js @@ -205,10 +205,10 @@ class CCPMethodEditorController extends HTMLElement{ return resp.text() }else throw "Error saving process: " + resp.status }).then(data=>{ - if(!this.#isupdate){ - this.resetMethod() - } this.unlockRender() + if(!this.#isupdate){ + this.editMethod(this.#current.id) + } }).catch(err=>{ alert(err) this.unlockRender()