Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1937 Rev 1954
Line 239... Line 239...
239
				String proposition_retenue = getValeurOuVide(jsonIntervention, "proposition_retenue");
239
				String proposition_retenue = getValeurOuVide(jsonIntervention, "proposition_retenue");
240
				if (proposition_retenue != null && proposition_retenue.equals("1")) {
240
				if (proposition_retenue != null && proposition_retenue.equals("1")) {
241
					intervention.setEstPropositionRetenue(true);
241
					intervention.setEstPropositionRetenue(true);
242
				}
242
				}
Line 243... Line -...
243
				
-
 
244
				/*else {
-
 
245
					String nomRetObs = intervention.getObservation().getNomRetenu();
-
 
246
					String auteur = intervention.getObservation().getAuteur();
-
 
247
					boolean b = nom_ret.equals(nomRetObs) && intervention.getContributeur().getNomComplet().equals(auteur);
-
 
248
					intervention.setEstPropositionInitiale(b);
-
 
249
				}*/
-
 
250
				
-
 
251
				// intervention.setObservation(observation);
243
				
Line 252... Line 244...
252
				intervention.setEspece(nom_sel);
244
				intervention.setEspece(nom_sel);
253
 
245
 
254
				if (!nbCommentaires.equals("")) {
246
				if (!nbCommentaires.equals("")) {