Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 816 Rev 851
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("Pas de correspondance dans la méthode rafraichir() de la classe "+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();
624
			afficherDetailInstitution();
625
		}
625
		}