Revision da333f17
Added by Katja Luther over 5 years ago
eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/e4/BulkEditorE4.java | ||
---|---|---|
204 | 204 |
} |
205 | 205 |
|
206 | 206 |
public void save(IProgressMonitor monitor, boolean resetMerge) { |
207 |
|
|
207 |
if (!input.getCdmEntitySession().isActive()){ |
|
208 |
input.getCdmEntitySession().bind(); |
|
209 |
} |
|
208 | 210 |
input.saveModel(resetMerge); |
209 | 211 |
|
210 | 212 |
// commit the conversation and start a new transaction immediately |
Also available in: Unified diff
bind cdmSession before save in BulkdEditor