From 325a95d7ac34f207f4af377403d60bc6d117be14 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 26 Oct 2018 12:45:22 +0800 Subject: [PATCH] Pman.Dialog.CoreProject.bjs Pman.Dialog.CoreProject.js --- Pman.Dialog.CoreProject.bjs | 2 +- Pman.Dialog.CoreProject.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.Dialog.CoreProject.bjs b/Pman.Dialog.CoreProject.bjs index 5bc20699..62a96f00 100644 --- a/Pman.Dialog.CoreProject.bjs +++ b/Pman.Dialog.CoreProject.bjs @@ -77,7 +77,7 @@ "|actioncomplete" : "function(_self,action)\n{\n if (action.type == 'setdata') {\n //_this.dialog.el.mask(\"Loading\");\n if (_this.data.id) {\n this.load({ method: 'GET', params: { '_id' : _this.data.id }});\n }\n return;\n }\n if (action.type == 'load') {\n \n return;\n }\n if (action.type =='submit') {\n \n \n _this.dialog.hide();\n \n if (_this.callback) {\n _this.callback.call(_this, _this.form.getValues());\n }\n _this.form.reset();\n return;\n }\n}\n", "|rendered" : "function (form)\n{\n _this.form= form;\n}\n" }, - "$ url" : "baseURL + '/Roo/Projects.php'", + "$ url" : "baseURL + '/Roo/core_project'", "method" : "POST", "xtype" : "Form", "style" : "margin:10px;", diff --git a/Pman.Dialog.CoreProject.js b/Pman.Dialog.CoreProject.js index e0ac85d3..c462efe4 100644 --- a/Pman.Dialog.CoreProject.js +++ b/Pman.Dialog.CoreProject.js @@ -133,7 +133,7 @@ Pman.Dialog.CoreProject = { xtype : 'Form', method : 'POST', style : 'margin:10px;', - url : baseURL + '/Roo/Projects.php', + url : baseURL + '/Roo/core_project', listeners : { actioncomplete : function(_self,action) { -- 2.39.2