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