Project

General

Profile

« Previous | Next » 

Revision 0a75fd54

Added by Katja Luther over 1 year ago

change logger

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/operation/e4/CdmHandlerE4.java
72 72
            ErrorDialog.openError(null, "Operation successful but with warnings", null, status);
73 73
            break;
74 74
        case IStatus.ERROR:
75
            ErrorDialog.openError(null, "Error executing operation", null, status);
75
            //MessagingUtils.error(null, "Error executing operation", null, status);
76 76
            break;
77 77
        default:
78 78
        }

Also available in: Unified diff