BUG 6788 Ad Hoc Assignment within a Task does not work
improving the code
This commit is contained in:
@@ -717,10 +717,8 @@ Ext.onReady(function(){
|
||||
Ext.QuickTips.init();
|
||||
store = new Ext.data.GroupingStore( {
|
||||
proxy : new Ext.data.HttpProxy({
|
||||
url: '../adhocUserProxy/adhocAssignUsersk'//,
|
||||
//method: 'POST'
|
||||
url : '../adhocUserProxy/adhocAssignUsersk'
|
||||
}),
|
||||
|
||||
reader : new Ext.data.JsonReader( {
|
||||
root: 'data',
|
||||
fields : [
|
||||
|
||||
Reference in New Issue
Block a user