mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: ember3 regression, uses model as bufferedProperty for badges (#6875)
This commit is contained in:
parent
4852cee946
commit
9f39ac8366
@ -1,8 +1,8 @@
|
||||
import { popupAjaxError } from "discourse/lib/ajax-error";
|
||||
import BufferedContent from "discourse/mixins/buffered-content";
|
||||
import { bufferedProperty } from "discourse/mixins/buffered-content";
|
||||
import { propertyNotEqual } from "discourse/lib/computed";
|
||||
|
||||
export default Ember.Controller.extend(BufferedContent, {
|
||||
export default Ember.Controller.extend(bufferedProperty("model"), {
|
||||
adminBadges: Ember.inject.controller(),
|
||||
saving: false,
|
||||
savingStatus: "",
|
||||
|
Loading…
Reference in New Issue
Block a user