FIX: incorrectly removed moveTypes array (#7637)

This commit is contained in:
Joffrey JAFFEUX
2019-05-29 16:23:32 +02:00
committed by GitHub
parent bb6337d6c6
commit 034502af21
@@ -27,6 +27,13 @@ export default Ember.Controller.extend(ModalFunctionality, {
"newMessage",
"existingMessage"
];
this.moveTypes = [
"newTopic",
"existingTopic",
"newMessage",
"existingMessage"
];
},
topicController: Ember.inject.controller("topic"),