fix out-of-order entry for 'date created'

This commit is contained in:
rolux 2012-02-15 16:27:48 +00:00
parent 8ac6779bb1
commit 0c466f5dbf

View file

@ -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",