Project

General

Profile

« Previous | Next » 

Revision dc310f85

Added by Andreas Müller over 3 years ago

ref #4770, ref #4908, ref #5163 remove commented line as it seems to work now

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
244 243

  
245 244
			//Note: we decided  never add the old person as (first) member of the team as there are not many usecases for this.
246 245
			//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