Correction du bug avec la session

This commit is contained in:
Frederic Debuire
2008-03-10 22:59:51 +00:00
parent fa862c014d
commit 058ae60d40
2 changed files with 31 additions and 31 deletions

View File

@@ -78,7 +78,8 @@ function fillTable2() {
function addPerson(eleid) {
var person = peopleCache[eleid.substring(6)];
dwr.engine.beginBatch();
AddCriteriaJS.setPerson(person);
AddCriteriaJS.setPerson(person);
filterUser(null, dwr.util.getValue("myfilter"));
fillTable();
fillTable2();
dwr.engine.endBatch();