make random sort order appear last

This commit is contained in:
rolux 2012-02-15 20:48:08 +00:00
parent b22d593200
commit a6e9b3eef3
2 changed files with 12 additions and 12 deletions

View file

@ -442,12 +442,6 @@
"capability": "canSeeFiles", "capability": "canSeeFiles",
"find": true "find": true
}, },
{
"id": "random",
"title": "Random",
"type": "integer",
"columnWidth": 60
},
{ {
"id": "created", "id": "created",
"title": "Date Created", "title": "Date Created",
@ -497,6 +491,12 @@
"title": "Can Play Clips", "title": "Can Play Clips",
"type": "boolean", "type": "boolean",
"value": "capability" "value": "capability"
},
{
"id": "random",
"title": "Random",
"type": "integer",
"columnWidth": 60
} }
], ],
/* /*

View file

@ -351,12 +351,6 @@
"capability": "canSeeFiles", "capability": "canSeeFiles",
"find": true "find": true
}, },
{
"id": "random",
"title": "Random",
"type": "integer",
"columnWidth": 60
},
{ {
"id": "created", "id": "created",
"title": "Date Created", "title": "Date Created",
@ -399,6 +393,12 @@
]}, ]},
"sortOperator": "+", "sortOperator": "+",
"values": ["Public", "Restricted", "Private", "Unknown"] "values": ["Public", "Restricted", "Private", "Unknown"]
},
{
"id": "random",
"title": "Random",
"type": "integer",
"columnWidth": 60
} }
], ],
"itemName": { "itemName": {