Revision 8a5db552
Added by Cherian Mathew almost 10 years ago
eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/navigator/TaxonNavigator.java | ||
---|---|---|
110 | 110 |
*/ |
111 | 111 |
public void refresh() { |
112 | 112 |
if(getConversationHolder() != null){ |
113 |
getConversationHolder().bind(); |
|
113 |
getConversationHolder().bind(); |
|
114 |
getConversationHolder().commit(); |
|
114 | 115 |
} |
115 | 116 |
getCommonViewer().refresh(); |
116 | 117 |
} |
Also available in: Unified diff
executing commit of current session in the conversation holder when view is refreshed to make sure that the most updated list is retrieved