Badge group edit bug

Repro:

  • Create a new badge in admin, i.e. admin/badges/new

  • Click the edit button next to the `group select combobox

    Screenshot%20at%20Jan%2024%2009-27-58

  • 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:

https://github.com/discourse/discourse/pull/5523

7 Likes

PR merged. Thank You! :trophy:

4 Likes