Skip to content

Default to required=false and persist=false for inputs with ItemVisibility.MESSAGE #299

Open
@imagejan

Description

@imagejan

When using a message parameter:

@Parameter(visibility=ItemVisibility.MESSAGE)
String message = "Some informative message";

it would help to have required=false and persist=false by default, as this is almost always what you want. Otherwise, you'll have to provide this parameter when e.g. running from command line.

Suggested by @xulman.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions