forked from 0x2620/pandora
flush cache on list/item switch when sort is accessed/timesaccessed (fixes #245)
This commit is contained in:
parent
5a0a6e4c7f
commit
bc34966496
5 changed files with 16 additions and 4 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue