-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Labels
Group 1 - Tripal Content Types | Terms | FieldsAny issue relating to Tripal Content including types, terms, and fields.Any issue relating to Tripal Content including types, terms, and fields.Priority - HighAny issue/PR which has a noticable impact on usability of the system + would often be encountered.Any issue/PR which has a noticable impact on usability of the system + would often be encountered.bug - confirmedFor issues where a core developer has confirmed a bug exists.For issues where a core developer has confirmed a bug exists.
Description
Tripal Version
4.x
Drupal Version
any
PostgreSQL Version
any
PHP Version
any
General Description
I messed up discover() for the ChadoUnitTypeDefault field.
It should only be discovered for the featuremap base table.
If it is discovered on other tables, for example pub, it causes errors.
Steps to reproduce
Check for new fields for publication.
You will be able to add
"Unit Type (pub_cvterm): A unit of measurement is a standardized quantity of a physical quality."
Error messages
ERROR: The pub_cvterm.record_id property type uses the store_id action type but is not associated with the base table of the field. Either change the base_table of this field or use store_pkey instead. featuremap != pubScreenshots
.
laceysanderson
Metadata
Metadata
Assignees
Labels
Group 1 - Tripal Content Types | Terms | FieldsAny issue relating to Tripal Content including types, terms, and fields.Any issue relating to Tripal Content including types, terms, and fields.Priority - HighAny issue/PR which has a noticable impact on usability of the system + would often be encountered.Any issue/PR which has a noticable impact on usability of the system + would often be encountered.bug - confirmedFor issues where a core developer has confirmed a bug exists.For issues where a core developer has confirmed a bug exists.