Revision 9f70389a
Added by Patrick Plitzner about 6 years ago
eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/e4/BulkEditorE4.java | ||
---|---|---|
95 | 95 |
//layout needed because the search bar is added after @PostConstuct method |
96 | 96 |
topComposite.getParent().layout(); |
97 | 97 |
|
98 |
if(bulkEditorInput.getEntityUuid()!=null){ |
|
99 |
performSearch(new BulkEditorQuery(bulkEditorInput.getEntityUuid().toString(), null)); |
|
100 |
} |
|
101 | 98 |
thisPart.setLabel(input.getName()); |
102 | 99 |
|
103 | 100 |
//create columns |
... | ... | |
149 | 146 |
return true; |
150 | 147 |
} |
151 | 148 |
}); |
149 |
|
|
150 |
if(bulkEditorInput.getEntityUuid()!=null){ |
|
151 |
performSearch(new BulkEditorQuery(bulkEditorInput.getEntityUuid().toString(), null)); |
|
152 |
} |
|
152 | 153 |
} |
153 | 154 |
|
154 | 155 |
/** {@inheritDoc} */ |
Also available in: Unified diff
ref #6990, #6932 Fix exception when opening orphaned taxon in bulkeditor