Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1101 → Rev 1102

/trunk/src/org/tela_botanica/client/vues/projet/ProjetForm.java
296,7 → 296,8
}
peuplerFormulaire();
genererTitreFormulaire();
} else if (type.equals("ajout_projet") ) {
}
if (type.equals("ajout_projet") || type.equals("modif_projet")) {
if (info.getDonnee(0) != null && info.getDonnee(0) instanceof String) {
projetValideOk = true;
String projetId = (String) info.getDonnee(0);