Force reloading notifications when marking all as read
authorAlexander Ebert <ebert@woltlab.com>
Thu, 10 Aug 2017 10:08:11 +0000 (12:08 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 10 Aug 2017 10:08:11 +0000 (12:08 +0200)
Fixes #2363

wcfsetup/install/files/js/WCF.User.js

index 986ab3ee0f58ea5f86773a57e36e2043401a745c..df1e5ac3caa9febce85f78996d8f8ce2fbc8aa8f 100644 (file)
@@ -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;
                }
        }
 });