removed unwanted ajax calls while editing process

This commit is contained in:
safan
2011-02-16 09:30:06 +00:00
parent b52828e4e7
commit cf5f90d72d

View File

@@ -690,9 +690,6 @@ Ext.onReady ( function() {
this.workflow.contextX = e.xy[0]; this.workflow.contextX = e.xy[0];
this.workflow.contextY = e.xy[1]; this.workflow.contextY = e.xy[1];
var pmosExtObj = new pmosExt(); var pmosExtObj = new pmosExt();
//Load all the process Data
pmosExtObj.loadEditProcess(this);
pmosExtObj.loadProcessCategory(this);
this.contextCanvasMenu.showAt(e.getXY()); this.contextCanvasMenu.showAt(e.getXY());
}, this); }, this);