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}
|
||||
[(#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)],
|
||||
|
|
Loading…
Add table
Reference in a new issue