Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3871 → Rev 3872

/branches/v3.01-serpe/jrest/services/CelWidgetSaisie.php
165,7 → 165,7
}
$obsAAjouter['certainty'] = ($this->projet == "aDeterminer") ? 'à déterminer' : $obsAAjouter['certainty'];
$obsAAjouter['input_source'] = 'widget';
$obsAAjouter['project_id'] = $this->projetId;
$obsAAjouter['project_id'] = ($this->projetId == 3) ? null : $this->projetId;
// racommodage en attendant mieux
$obsAAjouter['project'] = ($this->projetId == null || $this->projetId == 3) ? null : ($this->projetId == 53) ? "missions-flore" : $this->projet ;
if ($this->isPlantnetPull) {