Project

General

Profile

« Previous | Next » 

Revision abebca79

Added by Cherian Mathew over 8 years ago

#5247 Fix duplicate entity issue for new entities by using the new merge service method which returns the input transient object

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/dataimport/transientServices/TransientDescriptionService.java
1196 1196
        return defaultService.moveDescriptionElementsToDescription(arg0, arg1, arg2, arg3);
1197 1197
    }
1198 1198

  
1199
    /* (non-Javadoc)
1200
     * @see eu.etaxonomy.cdm.api.service.IService#merge(eu.etaxonomy.cdm.model.common.ICdmBase, boolean)
1201
     */
1202
    @Override
1203
    public DescriptionBase merge(DescriptionBase arg0, boolean arg1) {
1204
        return defaultService.merge(arg0, arg1);
1205
    }
1206

  
1199 1207
}

Also available in: Unified diff