Skip to content

Create a <message> action to show a simple popup message #40

@end2endzone

Description

@end2endzone

This feature could be useful to show a confirmation message following another action.
For example:

  <message title="Created configuration file '${config_file_path}' without error." icon="information" />

Possible values for icon attribute should match "positive" icons of MessageBox() function:

  • information (default)
  • exclamation
  • none

The 'error' value and error icons shall not be supported since when an executed action returns an error, the following action (in this case a <message>) will not be executed.

The question icon shall not be supported since it is associated with a <prompt> action.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions