Revision a0dd030b
Added by Patrick Plitzner about 4 years ago
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/dialog/selection/FeatureTreeSelectionDialog.java | ||
---|---|---|
65 | 65 |
if (dialog.open() == Window.OK) { |
66 | 66 |
// User clicked OK; update the label with the input |
67 | 67 |
FeatureTree tree = FeatureTree.NewInstance(); |
68 |
CdmStore.getService(IFeatureTreeService.class).merge(tree,true); |
|
69 | 68 |
tree.setTitleCache(dialog.getValue(), true); |
69 |
CdmStore.getService(IFeatureTreeService.class).merge(tree,true); |
|
70 | 70 |
refresh(); |
71 | 71 |
setPattern(tree); |
72 | 72 |
} |
Also available in: Unified diff
ref #8041 Store protected flag when creating a new feature tree