maj creation objet
This commit is contained in:
parent
2fc16099f1
commit
d75edc2c40
1 changed files with 15 additions and 0 deletions
|
@ -27,6 +27,21 @@ $tables['spip_$1s'] = [
|
||||||
'rechercher_champs' => [],
|
'rechercher_champs' => [],
|
||||||
'join' => [],
|
'join' => [],
|
||||||
'tables_jointures' => [],
|
'tables_jointures' => [],
|
||||||
|
'statut' => [
|
||||||
|
[
|
||||||
|
'champ' => 'statut',
|
||||||
|
'publie' => 'publie',
|
||||||
|
'previsu' => '!',
|
||||||
|
'exception' => ['statut', 'tout' ]
|
||||||
|
]
|
||||||
|
],
|
||||||
|
'statut_textes_instituer' => [
|
||||||
|
'prepa' => 'texte_statut_en_cours_redaction',
|
||||||
|
'prop' => 'texte_statut_propose_evaluation',
|
||||||
|
'publie' => 'texte_statut_publie',
|
||||||
|
'refuse' => 'texte_statut_refuse',
|
||||||
|
'poubelle' => 'texte_statut_poubelle'
|
||||||
|
],
|
||||||
];
|
];
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue