From ee9e9a1d9492728d46454edf0c53fabff37e0ed7 Mon Sep 17 00:00:00 2001 From: Faizaan Gagan Date: Wed, 28 Jul 2021 19:01:09 +0530 Subject: [PATCH] FIX: skip_guardian option is removed from discourse core --- lib/custom_wizard/action.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/custom_wizard/action.rb b/lib/custom_wizard/action.rb index 1b5770d7..6a36af41 100644 --- a/lib/custom_wizard/action.rb +++ b/lib/custom_wizard/action.rb @@ -392,7 +392,7 @@ class CustomWizard::Action user_ids.each { |user_id| group.group_users.build(user_id: user_id) } end - GroupActionLogger.new(user, group, skip_guardian: true).log_change_group_settings + GroupActionLogger.new(user, group).log_change_group_settings log_success("Group created", group.name) result.output = group.name