Skip to content

Show a confirmation prompt as an action before proceeding #89

@end2endzone

Description

@end2endzone

Is your feature request related to a problem? Please describe.
I would like to create confirmation prompts that ask the user if he really wants to proceed with an operation.
The prompt would display a custom message with an OK and Cancel buttons.

Describe the solution you'd like
For example:

<prompt type="okcancel" name="proceed" title="Are you sure you want to proceed with the operation?" onok="/continue" oncancel="/abort" failoncancel="true" />

If the user has selected OK, the property proceed should be set to value /continue.
If the user has selected Cancel, the property proceed should be set to value /abort.
If the attribute failoncancel is set to true, the action should fail if the user has clicked on Cancel button.

Describe alternatives you've considered
There does not seems to exists an action that can cancel the operation.

Additional context
N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions