Project

General

Profile

« Previous | Next » 

Revision ff732f0a

Added by Patrick Plitzner almost 8 years ago

  • ID ff732f0a45cd8539f08196159f54d69496300ffe
  • Parent 99f6841e

Load taxonNodes in SQL query (unstable) #5458

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/presenter/dbstatus/DistributionSelectionPresenter.java
31 31

  
32 32
	@Override
33 33
	public void buttonClick(TermVocabulary<DefinedTermBase> term, TaxonNode taxonNode) throws SQLException {
34
//	    VaadinSession.getCurrent().setAttribute("classificationUUID", classification.getUuid());
35 34
	    VaadinSession.getCurrent().setAttribute("taxonNodeUuid", taxonNode.getUuid());
36 35
	    VaadinSession.getCurrent().setAttribute("selectedTerm", term.getUuid());
37 36

  

Also available in: Unified diff