Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3885 → Rev 3886

/trunk/jrest/services/CelWidgetManager.php
117,7 → 117,7
if (isset($params['champs-supp'])) {
$gestionchamps = new GestionChampsEtendus2($this->config);
$champs = $this->traiterCorrespondanceChampsEtendusInterfaceBD($params); //var_dump($champs);exit;
$liste = $gestionchamps->modifierParProjet($champs);
$liste = $gestionchamps->modifierParProjet($champs, $params['langue']);
unset($params['champs-supp']);
}
$manager = new GestionWidget($this->config);