fix out-of-order entry for 'date created'
This commit is contained in:
parent
8ac6779bb1
commit
0c466f5dbf
1 changed files with 7 additions and 7 deletions
|
@ -206,13 +206,6 @@
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"find": true
|
"find": true
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"id": "created",
|
|
||||||
"title": "Date Created",
|
|
||||||
"type": "date",
|
|
||||||
"columnWidth": 120,
|
|
||||||
"format": {"type": "date", "args": ["%a, %b %e, %Y"]}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"id": "id",
|
"id": "id",
|
||||||
"title": "ID",
|
"title": "ID",
|
||||||
|
@ -358,6 +351,13 @@
|
||||||
"capability": "canSeeFiles",
|
"capability": "canSeeFiles",
|
||||||
"find": true
|
"find": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "created",
|
||||||
|
"title": "Date Created",
|
||||||
|
"type": "date",
|
||||||
|
"columnWidth": 120,
|
||||||
|
"format": {"type": "date", "args": ["%a, %b %e, %Y"]}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "modified",
|
"id": "modified",
|
||||||
"title": "Date Modified",
|
"title": "Date Modified",
|
||||||
|
|
Loading…
Reference in a new issue