Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1035 Rev 1062
Line 71... Line 71...
71
		CacheClient.getInstance().setObservationCourante(observation);
71
		CacheClient.getInstance().setObservationCourante(observation);
72
		History.newItem(ConstantesNavigation.PAGE_VALIDATION + "~" + observation.getId(), true);
72
		History.newItem(ConstantesNavigation.PAGE_VALIDATION + "~" + observation.getId(), true);
73
	}
73
	}
Line 74... Line 74...
74
 
74
 
75
	private void doComparaisonAvecEflore(String taxon) {
-
 
76
		CacheClient.getInstance().setTaxonPourRechercheEflore(taxon);
75
	private void doComparaisonAvecEflore(String taxon) {
77
		History.newItem(ConstantesNavigation.PAGE_COMPARAISON_EFLORE, true);
76
		History.newItem(ConstantesNavigation.PAGE_COMPARAISON_EFLORE, true);
Line 78... Line 77...
78
	}
77
	}
79
 
78