Unverified Commit 1c4eb704 authored by Marius van den Beek's avatar Marius van den Beek Committed by GitHub
Browse files

Merge pull request #16355 from mvdbeek/improve_help_text_conditional

[23.1] Improve help text for conditional workflow step
parents ea07ddba 3e95ac25
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ function onSkipBoolean(value: boolean) {
        id="__conditional"
        :value="conditionalDefined"
        title="Conditionally skip step?"
        help="Set to true and connect a boolean parameter that determines whether step will be skipped"
        help="Set to true and connect a boolean parameter that determines whether the step should run. The step runs if the parameter value is true and will be skipped if the parameter value is false"
        type="boolean"
        @input="onSkipBoolean"></FormElement>
    <!-- We don't seem to have a disabled text field