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}}