Line 271... |
Line 271... |
271 |
genererTitreFormulaire();
|
271 |
genererTitreFormulaire();
|
272 |
} else if (infoType.equals("ajout_collection")) {
|
272 |
} else if (infoType.equals("ajout_collection")) {
|
273 |
if (info.getDonnee(0) != null && info.getDonnee(0) instanceof String) {
|
273 |
if (info.getDonnee(0) != null && info.getDonnee(0) instanceof String) {
|
274 |
String collectionId = (String) info.getDonnee(0);
|
274 |
String collectionId = (String) info.getDonnee(0);
|
275 |
InfoLogger.display("Ajout d'une collection", "La collection '"+collectionId+"' a bien été ajoutée");
|
275 |
InfoLogger.display("Ajout d'une collection", "La collection '"+collectionId+"' a bien été ajoutée");
|
276 |
|
- |
|
- |
|
276 |
collection.setId(collectionId);
|
277 |
// Suite à la récupération de l'id de l'institution nouvellement ajoutée nous ajoutons les personnes et les publications liées
|
277 |
// Suite à la récupération de l'id de l'institution nouvellement ajoutée nous ajoutons les personnes et les publications liées
|
278 |
personneOnglet.rafraichir(info);
|
278 |
personneOnglet.rafraichir(info);
|
279 |
publicationOnglet.rafraichir(info);
|
279 |
publicationOnglet.rafraichir(info);
|
280 |
commentaireOnglet.rafraichir(info);
|
280 |
commentaireOnglet.rafraichir(info);
|
- |
|
281 |
|
- |
|
282 |
this.mode = MODE_MODIFIER;
|
281 |
} else {
|
283 |
} else {
|
282 |
InfoLogger.display("Ajout d'une collection", info.toString());
|
284 |
InfoLogger.display("Ajout d'une collection", info.toString());
|
283 |
}
|
285 |
}
|
284 |
} else if (infoType.equals("liste_collection_a_personne")) {
|
286 |
} else if (infoType.equals("liste_collection_a_personne")) {
|
285 |
personneOnglet.rafraichir(info);
|
287 |
personneOnglet.rafraichir(info);
|