Project

General

Profile

« Previous | Next » 

Revision b0d7867b

Added by Patrick Plitzner almost 9 years ago

  • removed empty element from combo dropdown #4448

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/combo/VocabularyComboElement.java
373 373
		combo.setVisibleItemCount(count);
374 374
	}
375 375

  
376
    public void removeEmptyElement(){
377
        terms.remove(emptyElement);
378
        combo.remove(EMPTY_ELEMENT_LABEL);
379
    }
380

  
376 381
}

Also available in: Unified diff