Project

General

Profile

« Previous | Next » 

Revision 87edb1fa

Added by Fabian Reimeier over 6 years ago

ref #6903 sort taxa in area and taxon settings window

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/distributionStatus/AreaAndTaxonSettingsConfigWindow.java
354 354
			        notification.setDelayMsec(500);
355 355
			        notification.show(Page.getCurrent());
356 356
			        taxonTree.setEnabled(true);
357
			        taxonTree.setSortContainerPropertyId("titleCache");
358
			        taxonTree.sort();
357 359

  
358 360
			        //disable polling when all taxa are loaded
359 361
			        UI.getCurrent().setPollInterval(-1);

Also available in: Unified diff