Was fixing issues with assigning system variables in ExtJS
This commit is contained in:
@@ -2389,13 +2389,8 @@ var formWindow = new Ext.Window({
|
|||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//var getData = getstore.data.items;
|
|
||||||
//taskExtObj.saveTaskUsers(getData);
|
|
||||||
|
|
||||||
formWindow.close();
|
formWindow.close();
|
||||||
reportStore.reload();
|
// reportStore.reload();
|
||||||
|
|
||||||
}
|
}
|
||||||
},{
|
},{
|
||||||
|
|||||||
@@ -187,15 +187,10 @@ TaskContext.prototype.editTaskSteps = function(_3252){
|
|||||||
layout : 'form',
|
layout : 'form',
|
||||||
tbar: toolbar,
|
tbar: toolbar,
|
||||||
ddGroup : 'firstGridDDGroup',
|
ddGroup : 'firstGridDDGroup',
|
||||||
|
|
||||||
|
|
||||||
clicksToEdit: 1,
|
clicksToEdit: 1,
|
||||||
minHeight :400,
|
minHeight :400,
|
||||||
height :400,
|
height :400,
|
||||||
|
plugins: [editor],
|
||||||
|
|
||||||
|
|
||||||
//plugins : [editor],
|
|
||||||
columns : [{
|
columns : [{
|
||||||
id: 'STEP_TITLE',
|
id: 'STEP_TITLE',
|
||||||
header: 'Title',
|
header: 'Title',
|
||||||
@@ -1640,6 +1635,8 @@ TaskContext.prototype.stepTriggers = function(_5625)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
var btnCondition = new Ext.Button({
|
var btnCondition = new Ext.Button({
|
||||||
id: 'btnCondition',
|
id: 'btnCondition',
|
||||||
text: 'Assign Condition',
|
text: 'Assign Condition',
|
||||||
|
|||||||
Reference in New Issue
Block a user