".__("task"); if(!isset($premier)) $premier=''; if(!isset($tricolsf)) $tricolsf=''; if(!isset($premiersf)) $premiersf=''; if(!isset($selection)) $selection=''; if(!isset($retourformulaire)) $retourformulaire=''; if (!isset($idxformulaire)) { $idxformulaire = ''; } if (!isset($tricol)) { $tricol = ''; } if (!isset($valide)) { $valide = ''; } // FROM $table = DB_PREFIXE."task"; // SELECT $champAffiche = array( 'task.task as "'.__("task").'"', 'task.type as "'.__("type").'"', 'task.state as "'.__("state").'"', 'task.object_id as "'.__("object_id").'"', 'task.dossier as "'.__("dossier").'"', 'task.stream as "'.__("stream").'"', ); // $champNonAffiche = array( 'task.timestamp_log as "'.__("timestamp_log").'"', 'task.json_payload as "'.__("json_payload").'"', ); // $champRecherche = array( 'task.task as "'.__("task").'"', 'task.type as "'.__("type").'"', 'task.state as "'.__("state").'"', 'task.object_id as "'.__("object_id").'"', 'task.dossier as "'.__("dossier").'"', 'task.stream as "'.__("stream").'"', ); $tri="ORDER BY task.type ASC NULLS LAST"; $edition="task"; /** * Gestion de la clause WHERE => $selection */ // Filtre listing standard $selection = "";