From a1e4c58b3dff04dbe77eb3a3666733fad02f2313 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 10 Aug 2017 12:08:11 +0200 Subject: [PATCH] Force reloading notifications when marking all as read Fixes #2363 --- wcfsetup/install/files/js/WCF.User.js | 1 + 1 file changed, 1 insertion(+) diff --git a/wcfsetup/install/files/js/WCF.User.js b/wcfsetup/install/files/js/WCF.User.js index 986ab3ee0f..df1e5ac3ca 100644 --- a/wcfsetup/install/files/js/WCF.User.js +++ b/wcfsetup/install/files/js/WCF.User.js @@ -409,6 +409,7 @@ WCF.User.Panel.Abstract = Class.extend({ // toggled and thus never initialized if (this._dropdown !== null) { this._dropdown.resetItems(); + this._loadData = true; } } }); -- 2.20.1