Project

General

Profile

task #9389

Updated by Andreas Kohlbecker about 3 years ago

this is a follow-up ticket of #9257 

 see the comments in commit:aa52b6f0 for more details. 

 FieldUnitDTO.java: 

 1.) line 117:    - **DONE** 

 ~~~java 
         // NOTE! 
         // the derivation graph seems to be walked two time in here 
         // 1. below in the for 
         // assemble DerivedUnitDTOs 
 ~~~ 

 2.) line 148 - **DONE** 

 ~~~java 
                     // FIXME should'nt the specimenOrObservationTypeFilter be also passed 
                     // to the DerivedUnitDTO factory method? 

 ~~~ 

Back