Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1616 → Rev 1617

/trunk/src/org/tela_botanica/client/vues/commentaire/CommentaireForm.java
210,10 → 210,9
commentaireValideOk = true;
}
if (info.getType().equals("ajout_commentaire")) {
if (vueExterneARafraichirApresValidation != null) {
String noteId = (String) info.getDonnee(0);
commentaire.setId(noteId);
}
this.mode = MODE_MODIFIER;
}
// Gestion des messages
270,6 → 269,10
} else if (mode.equals(Formulaire.MODE_MODIFIER)) {
mediateur.modifierCommentaire(this, commentaireCollectee);
}
} else {
if(clicBoutonvalidation) {
fermerFormulaire();
}
}
}