Project

General

Profile

« Previous | Next » 

Revision 8d2a1afb

Added by Patrick Plitzner over 6 years ago

ref #6954 workbench.xmi is not saved anymore

  • we have to re-enable this after full migration and test again

View differences:

eu.etaxonomy.taxeditor.application/src/main/java/eu/etaxonomy/taxeditor/ModelResourceHandler.java
54 54
 * This is a copy of
55 55
 * {@link org.eclipse.e4.ui.internal.workbench.ResourceHandler}. The copy is
56 56
 * registered in the plugin.xml in order to control the loading and saving of
57
 * the application model. The only current change is the different save location
58
 * (see {@link #getBaseLocation()})
57
 * the application model.
59 58
 *
60 59
 * @author pplitzner
61 60
 * @date 07.07.2017
......
217 216
    @Override
218 217
    public void save() throws IOException {
219 218
        if (saveAndRestore) {
220
            resource.save(null);
219
            //FIXME E4 we are currently not saving the workbench.xmi because of problems with missing context menus
220
            // see #6954
221
//            resource.save(null);
221 222
        }
222 223
    }
223 224

  

Also available in: Unified diff