Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 851 Rev 883
Line 615... Line 615...
615
			if (info.getType().equals("liste_structure_a_personne")) {
615
			if (info.getType().equals("liste_structure_a_personne")) {
616
				allouerPersonnelAStructure((StructureAPersonneListe) info.getDonnee(0));
616
				allouerPersonnelAStructure((StructureAPersonneListe) info.getDonnee(0));
617
				personnelChargementOk = true;
617
				personnelChargementOk = true;
618
			}
618
			}
619
		} else {
619
		} else {
620
			GWT.log(mediateur.i18nM.erreurRafraichir(nouvellesDonnees.getClass(), this.getClass()), null);
620
			GWT.log(Mediateur.i18nM.erreurRafraichir(nouvellesDonnees.getClass(), this.getClass()), null);
621
		}
621
		}
622
		if (avoirDonneesChargees()) {
622
		if (avoirDonneesChargees()) {
623
			afficherDetailInstitution();
623
			afficherDetailInstitution();
624
			afficherDetailInstitution();
-
 
625
		}
624
		}
626
	}
625
	}
Line 627... Line 626...
627
	
626
	
628
	protected void allouerPersonnelAStructure(StructureAPersonneListe personnel) {
627
	protected void allouerPersonnelAStructure(StructureAPersonneListe personnel) {