Fixed 'mark all as read' leaving the moderation dropdown empty
authorAlexander Ebert <ebert@woltlab.com>
Sun, 12 Apr 2015 17:56:10 +0000 (19:56 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 12 Apr 2015 17:56:10 +0000 (19:56 +0200)
wcfsetup/install/files/js/WCF.Moderation.js

index 0540599cbae298c81c15abe8526a642fef74c6b5..5065459080a84f4df25b2f6c14010ee6c33c3f51 100644 (file)
@@ -671,5 +671,14 @@ WCF.User.Panel.Moderation = WCF.User.Panel.Abstract.extend({
                        className: 'wcf\\data\\moderation\\queue\\ModerationQueueAction'
                });
                this._proxy.sendRequest();
+       },
+       
+       /**
+        * @see WCF.User.Panel.Abstract.resetItems()
+        */
+       resetItems: function() {
+               this._super();
+               
+               this._loadData = true;
        }
 });