FIX: You shouldn't be able to convert a whisper to a moderator post

This commit is contained in:
Robin Ward 2016-03-01 15:30:28 -05:00
parent 08e43588f6
commit e6b95e56d7

View file

@ -23,7 +23,8 @@ export default createWidget('post-admin-menu', {
const contents = [];
contents.push(h('h3', I18n.t('admin_title')));
if (this.currentUser.staff) {
if (!attrs.isWhisper && this.currentUser.staff) {
const buttonAtts = { action: 'togglePostType', icon: 'shield', className: 'toggle-post-type' };
if (attrs.isModeratorAction) {