Premod and New Queue Edge Case

This commit is contained in:
Belen Curcio
2017-08-31 11:10:28 -03:00
parent fe638a4c54
commit f140efe1bd
2 changed files with 13 additions and 8 deletions
@@ -1,16 +1,16 @@
import t from 'coral-framework/services/i18n';
export default {
premod: {
statuses: ['PREMOD'],
icon: 'access_time',
name: t('modqueue.premod'),
},
new: {
statuses: ['NONE', 'PREMOD'],
icon: 'question_answer',
name: t('modqueue.new'),
},
premod: {
statuses: ['PREMOD'],
icon: 'access_time',
name: t('modqueue.premod'),
},
reported: {
action_type: 'FLAG',
statuses: ['NONE', 'PREMOD'],