N°2039 - Empty newsroom cache when modifying notifications from view all page

This commit is contained in:
Stephen Abello
2024-03-04 15:23:57 +01:00
parent 3404306de8
commit e00112d6e1
4 changed files with 16 additions and 4 deletions

View File

@@ -363,7 +363,6 @@ $(function()
var sKey = this._makeCacheKey(idx);
localStorage.removeItem(sKey);
}
CombodoToast.OpenSuccessToast(Dict.S('UI:Newsroom:ResetCache:Success:Message'));
},
_makeCacheKey: function(idxProvider)
{