From c2e70a8cc90ad0c0896ee480bf9fbc86c8415645 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Wed, 15 Nov 2017 17:35:06 -0500 Subject: [PATCH] FIX: This class is no longer required and leaves the state as `hidden` --- .../javascripts/discourse/controllers/topic-bulk-actions.js.es6 | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/javascripts/discourse/controllers/topic-bulk-actions.js.es6 b/app/assets/javascripts/discourse/controllers/topic-bulk-actions.js.es6 index 4b2a19d457e..997270dc5fc 100644 --- a/app/assets/javascripts/discourse/controllers/topic-bulk-actions.js.es6 +++ b/app/assets/javascripts/discourse/controllers/topic-bulk-actions.js.es6 @@ -115,7 +115,6 @@ export default Ember.Controller.extend(ModalFunctionality, { showChangeCategory() { this.send('changeBulkTemplate', 'modal/bulk-change-category'); - this.set('modal.modalClass', 'topic-bulk-actions-modal full'); }, showNotificationLevel() {