-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request