mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
Merge pull request #5523 from angusmcleod/badge_group_edit_bugfix
FIX: badge group edit modal controller is missing modal functionality
This commit is contained in:
commit
5cfcfa7a76
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
import { ajax } from 'discourse/lib/ajax';
|
import { ajax } from 'discourse/lib/ajax';
|
||||||
export default Ember.Controller.extend({
|
import ModalFunctionality from 'discourse/mixins/modal-functionality';
|
||||||
|
|
||||||
|
export default Ember.Controller.extend(ModalFunctionality, {
|
||||||
|
|
||||||
modelChanged: function(){
|
modelChanged: function(){
|
||||||
const model = this.get('model');
|
const model = this.get('model');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue