Have you checked if this issue already exists?
Molgenis EMX2 version
Software version: 13.171.0. Database version: 33.
Description
For ERDERA we have a schema for staging areas, this includes a table that uses cross schema inheritance, i.e., the table inherits from a table from another schema. This seems to work as expected. However, within the staging area, the schema editor does not work. Additionally, when you download the schema of the staging area, the refschema column is empty.
Reproduction steps
- Go to 'https://emx2.dev.molgenis.org'
- Create a new schema with the
PATIENT_REGISTRY profile and name it erdera.
- Create a new schema with the
PATIENT_REGISTRY_ID_BANK schema and name it Staging area ids.
- Create a new schema with the
PATIENT_REGISTRY_STAGING profile and name it Staging area UMCG. (This schema is dependent on the first two, therefore they need to be created). Within this schema, there is a table called Materials, this table inherits from Sample identifiers in the schema Staging area ids (cross schema inheritance).
- Go to the schema editor in
Staging area UMCG - see that you cannot see the schema, even though you can see the table overview.
- Additionally in
Staging area UMCG, export the schema and see that refSchema is empty in the Materials definition.
Expected behaviour
I expected the schema editor to work as expected and the refSchema to display Staging area ids as it does here.
System configuration
- Device:
- Operating system:
- Browser:
Have you checked if this issue already exists?
Molgenis EMX2 version
Software version: 13.171.0. Database version: 33.
Description
For ERDERA we have a schema for staging areas, this includes a table that uses cross schema inheritance, i.e., the table inherits from a table from another schema. This seems to work as expected. However, within the staging area, the schema editor does not work. Additionally, when you download the schema of the staging area, the
refschemacolumn is empty.Reproduction steps
PATIENT_REGISTRYprofile and name iterdera.PATIENT_REGISTRY_ID_BANKschema and name itStaging area ids.PATIENT_REGISTRY_STAGINGprofile and name itStaging area UMCG. (This schema is dependent on the first two, therefore they need to be created). Within this schema, there is a table calledMaterials, this table inherits fromSample identifiersin the schemaStaging area ids(cross schema inheritance).Staging area UMCG- see that you cannot see the schema, even though you can see the table overview.Staging area UMCG, export the schema and see thatrefSchemais empty in theMaterialsdefinition.Expected behaviour
I expected the schema editor to work as expected and the refSchema to display
Staging area idsas it does here.System configuration