Issue Type: Bug Bug
Affects Versions: 5.1.1
Assignee: Unassigned
Components: framework
Created: 13/Nov/13 9:59 AM
Description:

Here is piece of code from AbstractMultiItemAction:

if (failedItems.isEmpty()) {
            String message = getSuccessMessage();
            if (message != null) {
                uiContext.openNotification(MessageStyleTypeEnum.INFO, true, getSuccessMessage());
            }
        } else {
            String message = getSuccessMessage();
            if (message != null) {
                uiContext.openNotification(MessageStyleTypeEnum.ERROR, false, getErrorNotification());
            }
        }

As you can see if sth goes wrong, a success message is taken to display error.

Project: Magnolia UI
Priority: Trivial Trivial
Reporter: Radosław Janas
Security Level: Public
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to