We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v.11+, catalogue data model v5.x
Resources.contact email should be of columnType 'email_array'.
Also, Submissions.submitter email( (but Submissions table is never used).
Go to https://github.com/molgenis/molgenis-emx2/blob/master/data/_models/shared/Resources.csv
Look for 'contact email'
See that there is no columnType
Go to https://github.com/molgenis/molgenis-emx2/blob/master/data/_models/shared/Contacts.csv
Look for 'email'
Resources.contact email should be of columnType 'email_array'. Contacts.email should be of columnType 'email'.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Have you checked if this issue already exists?
Molgenis EMX2 version
v.11+, catalogue data model v5.x
Description
Resources.contact email should be of columnType 'email_array'.
Also, Submissions.submitter email( (but Submissions table is never used).
Reproduction steps
Go to https://github.com/molgenis/molgenis-emx2/blob/master/data/_models/shared/Resources.csv
Look for 'contact email'
See that there is no columnType
Go to https://github.com/molgenis/molgenis-emx2/blob/master/data/_models/shared/Contacts.csv
Look for 'email'
See that there is no columnType
Expected behaviour
Resources.contact email should be of columnType 'email_array'.
Contacts.email should be of columnType 'email'.
System configuration
The text was updated successfully, but these errors were encountered: