correction json de demo

This commit is contained in:
Christophe 2022-04-15 10:23:24 +02:00
parent abbc7479a5
commit e96f0167af

View file

@ -1,5 +1,5 @@
#HTTP_HEADER{Content-Type: application/json; charset=#CHARSET}
[(#ENV{id}|setenv{id_souscription})]
[(#ENV{id}|setenv{id_article})]
[{
"header":{
"id": "_",
@ -9,7 +9,7 @@
"statut": "statut"
},
"crayons":{
"titre" : "souscription",
"titre" : "article"
},
"filtreCol" : {
"statut" : "select",
@ -44,7 +44,7 @@
"classes": {
"texte": [(#STATUT|concat{-}|concat{#ID_ARTICLE}|json_encode)]
},
search: {
"search": {
"id": #ID_ARTICLE,
"titre" : [(#TITRE|json_encode)],
"date" : [(#DATE|affdate{U}|json_encode)],