BUG 9721 Reassign cases not working properly on Parallel tasks SOLVED
- The TAS_UID was not sent and used when get the users list - TAS_UID is send and some other validations was added
This commit is contained in:
@@ -55,7 +55,8 @@ Ext.onReady(function(){
|
||||
x : 100,
|
||||
y : 100,
|
||||
constrain : true,
|
||||
items : [treeToRevise]
|
||||
items : [treeToRevise],
|
||||
closeAction : 'hide'
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user