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:
Julio Cesar Laura
2012-09-11 13:47:14 -04:00
parent 6df68aa579
commit 3671451838
9 changed files with 48 additions and 28 deletions

View File

@@ -55,7 +55,8 @@ Ext.onReady(function(){
x : 100,
y : 100,
constrain : true,
items : [treeToRevise]
items : [treeToRevise],
closeAction : 'hide'
});
}
};