className: 'wcf\\data\\moderation\\queue\\ModerationQueueAction'
});
this._proxy.sendRequest();
- },
-
- /**
- * @see WCF.User.Panel.Abstract._success()
- */
- _success: function(data) {
- this._super(data);
-
- if (data.actionName === 'markAllAsConfirmed') {
- this.resetItems();
- this.updateBadge(0);
- }
}
});
this._proxy.sendRequest();
},
- /**
- * @see WCF.User.Panel.Abstract._success()
- */
- _success: function(data) {
- this._super(data);
-
- if (data.actionName === 'markAllAsConfirmed') {
- this.resetItems();
- this.updateBadge(0);
- }
- },
-
/**
* @see WCF.User.Panel.Abstract.resetItems()
*/