more list cache removals (followup to bc593b65)
This commit is contained in:
parent
aa74a9fc43
commit
1875068a2f
3 changed files with 0 additions and 7 deletions
|
|
@ -183,7 +183,6 @@ def editList(data):
|
|||
if l.type == 'static' and name != l.name:
|
||||
Changelog.record(state.user(), 'editlist', name, {'name': l.name})
|
||||
l.save()
|
||||
l.user.clear_smart_list_cache()
|
||||
return l.json()
|
||||
actions.register(editList, cache=False)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue