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();
|
Ext.QuickTips.init();
|
||||||
store = new Ext.data.GroupingStore( {
|
store = new Ext.data.GroupingStore( {
|
||||||
proxy : new Ext.data.HttpProxy({
|
proxy : new Ext.data.HttpProxy({
|
||||||
url: '../adhocUserProxy/adhocAssignUsersk'//,
|
url : '../adhocUserProxy/adhocAssignUsersk'
|
||||||
//method: 'POST'
|
|
||||||
}),
|
}),
|
||||||
|
|
||||||
reader : new Ext.data.JsonReader( {
|
reader : new Ext.data.JsonReader( {
|
||||||
root: 'data',
|
root: 'data',
|
||||||
fields : [
|
fields : [
|
||||||
|
|||||||
Reference in New Issue
Block a user