Project

General

Profile

« Previous | Next » 

Revision f8fa7762

Added by Andreas Müller over 3 years ago

ref #4770, ref #4908, ref #5163 try to remove explicit setting of protected nomecncl. title in convertPerson2Team

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/AgentServiceImpl.java
240 240
		try {
241 241
			team = this.save(team);
242 242
			genericDao.merge(team, person, strategy);
243
			team.setProtectedNomenclaturalTitleCache(true); //for some reason it is not protected when titleCache is also not protected
243
//			team.setProtectedNomenclaturalTitleCache(true); //for some reason it is not protected when titleCache is also not protected
244 244

  
245 245
			//Note: we decided  never add the old person as (first) member of the team as there are not many usecases for this.
246 246
			//But we may try to parse the old person into members which may handle the case that teams have been stored as unparsed persons

Also available in: Unified diff