V4.4.3
correction bug dans analyse des historiques
This commit is contained in:
parent
54920c1b7e
commit
ca5c13ab93
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -100,7 +100,7 @@ public class VerificationHistorique {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
//Le copier et coller dans les fichiers
|
//Le copié et collé dans les fichiers
|
||||||
if(!xmlid.isEmpty()) {
|
if(!xmlid.isEmpty()) {
|
||||||
if(!listeModification.contains(xmlid)) {
|
if(!listeModification.contains(xmlid)) {
|
||||||
listeModification.add(xmlid);
|
listeModification.add(xmlid);
|
||||||
@ -200,12 +200,11 @@ public class VerificationHistorique {
|
|||||||
correspondance.getNodes().add(N2);
|
correspondance.getNodes().add(N2);
|
||||||
|
|
||||||
correspondance.setNomElt("correspondance");
|
correspondance.setNomElt("correspondance");
|
||||||
correspondance.getAttributs().put("date", formatDateWriter.DateLibreOffice(DateMini));
|
correspondance.getAttributs().put("date", dcdate1); // formatDateWriter.DateLibreOffice(DateMini)
|
||||||
correspondance.getAttributs().put("type",N1.getNomElt());
|
correspondance.getAttributs().put("type",N1.getNomElt());
|
||||||
correspondance.getAttributs().put("Avec_etudiant", nameStudent2);
|
correspondance.getAttributs().put("Avec_etudiant", nameStudent2);
|
||||||
correspondance.getAttributs().put("dc:creator", dccreator2);
|
correspondance.getAttributs().put("dc:creator", dccreator2);
|
||||||
nodStudent.getNodes().add(correspondance);
|
nodStudent.getNodes().add(correspondance);
|
||||||
System.out.println("\t** Trouve une correspondance ** " + dcdate1);
|
|
||||||
commandes.message.append("\n\t** Trouve une correspondance ** " + dcdate1);
|
commandes.message.append("\n\t** Trouve une correspondance ** " + dcdate1);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user