Project

General

Profile

bug #8785

Updated by Katja Luther almost 4 years ago

The issue is described in #8784 but I created a new ticket as it is as deleting a specimen description (which is handled in #8784) and removing it from the dataset (but not deleting it from the specimen) are 2 different issues. 

 Another issue we should handle in this ticket is to keep the changes until the user saves the character matrix.  
 Therefore we need following adaptions: 
 * SpecimenRowWrapperDTO should be a real Dto without complete cdm entities (at the moment fieldunit and specimen are real cdm entities) 
 * create the specimenRowWrapperDto on editor side and save when the user clicks save.

Back