Project

General

Profile

« Previous | Next » 

Revision 3d3a570f

Added by Pepe Ciardelli over 15 years ago

Name now shown in TaxonBasePropertySheet by putting name.getTitleCache() in NonViralNameCache.getEditableValue().

View differences:

eclipseprojects/eu.etaxonomy.taxeditor/src/eu/etaxonomy/taxeditor/propertysheet/name/NonViralNamePropertySource.java
321 321
	}
322 322

  
323 323
	public Object getEditableValue() {
324
		return this;
324
		return CdmUtils.Nz(name.getTitleCache());
325 325
	}
326 326

  
327 327
	public IPropertyDescriptor[] getPropertyDescriptors() {

Also available in: Unified diff