From 17f7ecc0ddb4deed5b2d7191d394a94e872e9db9 Mon Sep 17 00:00:00 2001 From: Philipp <129884416+bonsaibauer@users.noreply.github.com> Date: Thu, 13 Apr 2023 15:26:51 +0200 Subject: [PATCH] addParams (public_exit&public_admission) CWP-CreateGroup-addParams (public_exit&public_admission) --- .../components/wizard-custom-action.hbs | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/assets/javascripts/discourse/templates/components/wizard-custom-action.hbs b/assets/javascripts/discourse/templates/components/wizard-custom-action.hbs index 6777c9db..bb44ea75 100644 --- a/assets/javascripts/discourse/templates/components/wizard-custom-action.hbs +++ b/assets/javascripts/discourse/templates/components/wizard-custom-action.hbs @@ -711,6 +711,42 @@ )}} +
+
+ +
+ +
+ {{wizard-mapper + inputs=action.public_exit + property="public_exit" + onUpdate=(action "mappedFieldUpdated") + options=(hash + textSelection=true + wizardFieldSelection=true + userFieldSelection=true + context="action" + )}} +
+
+
+
+ +
+ +
+ {{wizard-mapper + inputs=action.public_admission + property="public_admission" + onUpdate=(action "mappedFieldUpdated") + options=(hash + textSelection=true + wizardFieldSelection=true + userFieldSelection=true + context="action" + )}} +
+
{{/if}} {{#if createCategory}}