Project

General

Profile

« Previous | Next » 

Revision 538c276e

Added by Andreas Müller over 9 years ago

merge app-import 3.4 branch into trunk

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/io/berlinModel/in/BerlinModelTaxonImport.java
241 241
						}
242 242
						
243 243
						if ( ! misapplied){
244
//							logger.error("Publish Flag for synonyms not yet handled correctly");
245
//							taxonBase.setPublish(publishFlag);
244
							taxonBase.setPublish(publishFlag);
246 245
							if(taxonBase.isInstanceOf(Taxon.class) ){
247 246
								CdmBase.deproxy(taxonBase, Taxon.class).setPublish(publishFlag);
248 247
							}

Also available in: Unified diff