Project

General

Profile

« Previous | Next » 

Revision 0339827e

Added by Patrick Plitzner over 4 years ago

ref #7597 Clear matrix descriptions before loading them

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/descriptiveDataSet/matrix/CharacterMatrix.java
627 627
                                String.format(Messages.CharacterMatrix_NO_NODE_FOUND_MESSAGE, collect)
628 628
                                );
629 629
                    }
630
                    descriptions.clear();
630 631
                    wrappers.stream().filter(row->row.getTaxonNode()!=null).forEach(wrapper->CharacterMatrix.this.descriptions.add(wrapper));
631 632
                    loadingDone();
632 633
                });

Also available in: Unified diff