Subversion Repositories eFlore/Applications.coel

Rev

Rev 1094 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1094 Rev 1102
Line 294... Line 294...
294
			if (info.getDonnee(0) != null) {
294
			if (info.getDonnee(0) != null) {
295
				projet = (Projet) info.getDonnee(0);
295
				projet = (Projet) info.getDonnee(0);
296
			}
296
			}
297
			peuplerFormulaire();
297
			peuplerFormulaire();
298
			genererTitreFormulaire();
298
			genererTitreFormulaire();
-
 
299
		}
299
		} else if (type.equals("ajout_projet") ) {
300
		if (type.equals("ajout_projet") || type.equals("modif_projet")) {
300
			if (info.getDonnee(0) != null && info.getDonnee(0) instanceof String) {
301
			if (info.getDonnee(0) != null && info.getDonnee(0) instanceof String) {
301
				projetValideOk = true;
302
				projetValideOk = true;
302
				String projetId = (String) info.getDonnee(0);
303
				String projetId = (String) info.getDonnee(0);
303
				if (vueExterneARafraichirApresValidation != null) {
304
				if (vueExterneARafraichirApresValidation != null) {
304
					projet.setId(projetId);
305
					projet.setId(projetId);