Repro:
-
Create a new badge in admin, i.e.
admin/badges/new
-
Click the edit button next to the `group select combobox
-
Modal does not open and exception is thrown in web console:
Assertion Failed: An action named 'closeModal' was not found in <(unknown mixin):ember1378>
Reason:
The admin-edit-badge-groupings
modal controller is missing the ModalFunctionality
mixin.
PR: