Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1613 Rev 1617
Line 884... Line 884...
884
					this.personneId = personneSelectionnee.getId();
884
					this.personneId = personneSelectionnee.getId();
885
					InfoLogger.display("Enregistrement", "La personne a été ajoutée (id: " + personneSelectionnee.getId() + ")");
885
					InfoLogger.display("Enregistrement", "La personne a été ajoutée (id: " + personneSelectionnee.getId() + ")");
886
					repandreRafraichissement();
886
					repandreRafraichissement();
887
					if (clicBoutonvalidation)	{
887
					if (clicBoutonvalidation)	{
888
						mediateur.clicMenu(menuIdCourant);
888
						mediateur.clicMenu(menuIdCourant);
-
 
889
					} else {
-
 
890
						this.mode = MODE_MODIFIER;
889
					}
891
					}
890
				} else {
892
				} else {
891
					InfoLogger.display("Enregistrement", info.getMessages().toString());
893
					InfoLogger.display("Enregistrement", info.getMessages().toString());
892
				}
894
				}
893
			} else if (info.getType().equals("modification_personne"))	{
895
			} else if (info.getType().equals("modification_personne"))	{