From 711ebfc316efa99fff01274d9993df46cf4a0565 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 29 Mar 2013 15:25:49 +0000 Subject: [PATCH] clear cache after renaming lists, fixes #1464 --- static/js/pandora/folderList.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/pandora/folderList.js b/static/js/pandora/folderList.js index 42a39ee6..6f324ac2 100644 --- a/static/js/pandora/folderList.js +++ b/static/js/pandora/folderList.js @@ -408,6 +408,7 @@ pandora.ui.folderList = function(id) { data_[data.key] = data.value; pandora.api['edit' + folderItem](data_, function(result) { if (result.data.id != data.id) { + Ox.Request.clearCache(); pandora.renameList(data.id, result.data.id, result.data.name, id); pandora.$ui.info.updateListInfo(); }