Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 787 Rev 851
Line 464... Line 464...
464
	}
464
	}
Line 465... Line 465...
465
	
465
	
466
	private StructureConservation collecterStructureConservation() {
466
	private StructureConservation collecterStructureConservation() {
467
		StructureConservation conservationARetourner = null;
467
		StructureConservation conservationARetourner = null;
468
		if (conservationOnglet.getData("acces").equals(true)) {
-
 
469
			GWT.log("Début récupé", null);
468
		if (conservationOnglet.getData("acces").equals(true)) {
470
			// Création de l'objet
469
			// Création de l'objet
Line 471... Line 470...
471
			StructureConservation conservationCollectee = (StructureConservation) conservation.cloner(new StructureConservation());
470
			StructureConservation conservationCollectee = (StructureConservation) conservation.cloner(new StructureConservation());
472
			
471
			
Line 1851... Line 1850...
1851
				rafraichirProjetListe(projets);
1850
				rafraichirProjetListe(projets);
1852
			} else {
1851
			} else {
1853
				GWT.log(Mediateur.i18nM.erreurRafraichir(nouvellesDonnees.getClass(), this.getClass()), null);
1852
				GWT.log(Mediateur.i18nM.erreurRafraichir(nouvellesDonnees.getClass(), this.getClass()), null);
1854
			}
1853
			}
1855
		} catch (Exception e) {
1854
		} catch (Exception e) {
1856
			GWT.log("rafraichir()", e);
1855
			GWT.log(mediateur.i18nM.erreurRafraichir(nouvellesDonnees.getClass(), this.getClass()), e);
1857
		}
1856
		}
Line 1858... Line 1857...
1858
		
1857
		
1859
		controlerFermetureApresRafraichissement();
1858
		controlerFermetureApresRafraichissement();