Project

General

Profile

« Previous | Next » 

Revision f5979052

Added by Katja Luther over 6 years ago

fix multiple representation by removing conversation of selection dialog

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/name/NonViralNameDetailSection.java
66 66
	            Action chooseNameAction = new Action("Choose Name", IAction.AS_PUSH_BUTTON){
67 67
	                @Override
68 68
	                public void run() {
69
	                    TaxonName taxonName = NameSelectionDialog.select(getShell(), getConversationHolder(), getEntity());
69
	                    TaxonName taxonName = NameSelectionDialog.select(getShell(), //getConversationHolder(),
70
	                            getEntity());
70 71
	                    if(taxonName!=null){
71 72
                            TaxonName nonViralName = HibernateProxyHelper.deproxy(taxonName);
72 73
                            taxonBase.setName(nonViralName);

Also available in: Unified diff