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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -27,6 +27,13 @@ export default Ember.Controller.extend(ModalFunctionality, {
"newMessage",
"existingMessage"
];
this.moveTypes = [
"newTopic",
"existingTopic",
"newMessage",
"existingMessage"
];
},
topicController: Ember.inject.controller("topic"),