mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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
Block a user