The Tripal package is a suite of Drupal modules for creating biological (genomic, genetic, breeding) websites. Visit the Tripal homepage at http://tripal.info for documentation, support, and other information. The Drupal project page is at http://drupal.org/project/tripal.
GNU General Public License v2.0
67
stars
49
forks
source link
Full support for a second chado schema in UI and in publish #2014
Right now, we cannot create an entity in a non-default chado schema.
Through the UI there is no form element to select the chado schema when entering content.
Through publish there IS a form element, but use of the value is not implemented.
And there is a design issue to consider, we only store a record_id in the drupal field tables, but I don't think we have any way to know whether it is from chado or teacup or whatever. So linking fields may not work between schemas.
Task Description
Right now, we cannot create an entity in a non-default chado schema. Through the UI there is no form element to select the chado schema when entering content. Through publish there IS a form element, but use of the value is not implemented. And there is a design issue to consider, we only store a record_id in the drupal field tables, but I don't think we have any way to know whether it is from
chado
orteacup
or whatever. So linking fields may not work between schemas.Branch Name
tv4g1-issue2014-second_chado_schema_entity_support