Les anciens critères sont affichés.
Les dates sont validées. Policy failures: Code warning - failed on resource ConferenceValidator.java. Reason: Class is a raw type. References to generic type Class<T> should be parameterized, line 1 Override reason: haha
This commit is contained in:
@@ -19,7 +19,7 @@ function init() {
|
||||
}
|
||||
|
||||
var peopleCache = { };
|
||||
//var peopleCache2 = { };
|
||||
var peopleCache2 = { };
|
||||
var viewed = -1;
|
||||
|
||||
function fillTable() {
|
||||
@@ -67,7 +67,7 @@ function fillTable2() {
|
||||
dwr.util.setValue("tablePersonadded" + id, person.firstName + " " + person.lastName);
|
||||
$("tableNameAdded").style.display = "";
|
||||
$("patternadded" + id).style.display = "";
|
||||
//peopleCache2[id] = person; // voir ici pr re-remplir apr<70>s le back :)
|
||||
peopleCache2[id] = person; // voir ici pr re-remplir apr<70>s le back :)
|
||||
}
|
||||
});
|
||||
}
|
||||
@@ -91,7 +91,7 @@ function addInvitation() {
|
||||
}
|
||||
|
||||
function deletePerson(eleid) {
|
||||
var person = peopleCache[eleid.substring(11)];
|
||||
var person = peopleCache2[eleid.substring(11)];
|
||||
if (confirm("Are you sure you want to delete " + person.firstName + " " + person.lastName + "?")) {
|
||||
dwr.engine.beginBatch();
|
||||
AddCriteriaJS.deletePerson(person);
|
||||
|
||||
Reference in New Issue
Block a user