correction json de demo
This commit is contained in:
parent
abbc7479a5
commit
e96f0167af
1 changed files with 3 additions and 3 deletions
|
@ -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)],
|
||||||
|
|
Loading…
Add table
Reference in a new issue