mirror of
https://github.com/discourse/discourse.git
synced 2026-08-11 05:25:16 -05:00
Remove ObjectController, Discouse Controllers + Presence
This commit is contained in:
@@ -2,7 +2,7 @@ import { popupAjaxError } from 'discourse/lib/ajax-error';
|
||||
import BufferedContent from 'discourse/mixins/buffered-content';
|
||||
import { propertyNotEqual } from 'discourse/lib/computed';
|
||||
|
||||
export default Ember.ObjectController.extend(BufferedContent, {
|
||||
export default Ember.Controller.extend(BufferedContent, {
|
||||
needs: ['admin-badges'],
|
||||
saving: false,
|
||||
savingStatus: '',
|
||||
|
||||
Reference in New Issue
Block a user