adding conversation.commit for refreshing list in Polytomous Key Navigator
authorCherian Mathew <c.mathew@bgbm.org>
Wed, 23 Oct 2013 11:43:58 +0000 (11:43 +0000)
committerCherian Mathew <c.mathew@bgbm.org>
Wed, 23 Oct 2013 11:43:58 +0000 (11:43 +0000)
eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/key/polytomous/PolytomousKeyViewPart.java

index 8df521d1a7946a030c81f8df505845eff075e13c..e3db3def0641c4ba6ffb46352e41687b449e943e 100644 (file)
@@ -259,6 +259,7 @@ public class PolytomousKeyViewPart extends ViewPart implements
         */
        public void refresh() {
                getConversationHolder().bind();
         */
        public void refresh() {
                getConversationHolder().bind();
+               getConversationHolder().commit();
                List<PolytomousKey> input = CdmStore.getService(IPolytomousKeyService.class).list(PolytomousKey.class, null, null, null, null);                 
                viewer.setInput(input);
        }
                List<PolytomousKey> input = CdmStore.getService(IPolytomousKeyService.class).list(PolytomousKey.class, null, null, null, null);                 
                viewer.setInput(input);
        }