Subversion Repositories eFlore/Applications.del

Rev

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

Rev 873 Rev 1035
Line 67... Line 67...
67
 
67
 
Line 68... Line 68...
68
	}
68
	}
69
 
69
 
70
	private void doValidationObservation(Observation observation) {
70
	private void doValidationObservation(Observation observation) {
71
		CacheClient.getInstance().setObservationCourante(observation);
71
		CacheClient.getInstance().setObservationCourante(observation);
Line 72... Line 72...
72
		History.newItem(ConstantesNavigation.PAGE_VALIDATION, true);
72
		History.newItem(ConstantesNavigation.PAGE_VALIDATION + "~" + observation.getId(), true);
73
	}
73
	}
74
 
74