From df9e21911e6ee3145d56b25f377218f59df0e471 Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Mon, 10 Feb 2020 08:37:20 +0100 Subject: [PATCH] FIX: makes group selector works with sk2 (#46) --- .../javascripts/discourse/templates/admin/plugins-explorer.hbs | 3 ++- assets/stylesheets/explorer.scss | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/javascripts/discourse/templates/admin/plugins-explorer.hbs b/assets/javascripts/discourse/templates/admin/plugins-explorer.hbs index cabb8ce..91b3487 100644 --- a/assets/javascripts/discourse/templates/admin/plugins-explorer.hbs +++ b/assets/javascripts/discourse/templates/admin/plugins-explorer.hbs @@ -57,9 +57,10 @@ {{i18n "explorer.allow_groups"}} {{multi-select - values=selectedItem.group_ids + value=selectedItem.group_ids content=groupOptions allowAny=false + onSelect=(action (mut selectedItem.group_ids)) }} {{#if runDisabled}} diff --git a/assets/stylesheets/explorer.scss b/assets/stylesheets/explorer.scss index 6fdb93d..0be047d 100644 --- a/assets/stylesheets/explorer.scss +++ b/assets/stylesheets/explorer.scss @@ -191,7 +191,7 @@ table.group-reports { } .query-edit { - .name { + > .name { display: flex; align-items: center; margin-bottom: 1em;