Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 598 Rev 610
Line 1692... Line 1692...
1692
		String idObs = getMetadonneesIptcExif().getMiniListeObservation().getIdSelectionnees() ;
1692
		String idObs = getMetadonneesIptcExif().getMiniListeObservation().getIdSelectionnees() ;
Line 1693... Line 1693...
1693
		
1693
		
1694
		if(Window.confirm("Supprimer le lien entre image(s) et observation(s) ?"))
1694
		if(Window.confirm("Supprimer le lien entre image(s) et observation(s) ?"))
1695
		{
1695
		{
1696
			getMetadonneesIptcExif().getMiniListeObservation().supprimerLiaison() ;
-
 
1697
			Window.alert("on a clique ok");
1696
			getMetadonneesIptcExif().getMiniListeObservation().supprimerLiaison() ;
1698
			iModele.supprimerLiaisonImages(idsImg,idObs) ;
1697
			iModele.supprimerLiaisonImages(idsImg,idObs) ;
Line 1699... Line 1698...
1699
		}
1698
		}