FIX: incorrectly removed moveTypes array (#7637)
This commit is contained in:
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"),
|
||||
|
|
Loading…
Reference in New Issue