Project

General

Profile

« Previous | Next » 

Revision bcb2c54a

Added by Katja Luther about 4 years ago

fix #8879: add _ between export name and db name

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/io/wizard/ExportToFileDestinationWizardPage.java
486 486
		buffer.append(sdf.format(cal.getTime()));
487 487

  
488 488
		buffer.append("-");
489
		buffer.append(type);
489
		buffer.append(type +"_");
490 490

  
491 491
		String source = ((CdmRemoteSource)CdmStore.getActiveCdmSource()).toString();
492 492
		source = source.substring(source.indexOf("/")+1);

Also available in: Unified diff