flush cache on list/item switch when sort is accessed/timesaccessed (fixes #245)

This commit is contained in:
rolux 2012-02-17 10:06:43 +00:00
commit bc34966496
5 changed files with 16 additions and 4 deletions

View file

@ -381,7 +381,8 @@
"id": "accessed",
"title": "Date Accessed",
"type": "date",
"columnWidth": 90
"columnWidth": 90,
"format": {"type": "date", "args": ["%Y-%m-%d %H:%M:%S"]}
},
{
"id": "timesaccessed",