Skip to content

Sample id baseclass (#945)

Mohammad Nakhaee requested to merge Sample_id_baseclass_resolve into develop

The problem is that the SampleID which references to itself has a the qualifiedName 'nomad.bla.bla.SampleID', but the sections which are inherited from this section has a different qualifiedName. The qualified name is needed for creating a Reference(), the reference is searching for 'nomad.bla.bla.SampleID'. Now I am also searching for the sections which have the base section with the qualifiedName 'nomad.bla.bla.SampleID'.

Merge request reports