This PR made an update to hook_bundle_field_info() and to the field's elementInfo() and load().
The former will allow this field to support multiple values returned for both end user and Tripal Web Services by changing the cardinality settings, while the latter to alter the array structure and to define element definition.
[X] This PR is dependent upon [PR #/ nothing]
https://github.com/tripal/tripal/issues/1010 Web Services - Invalid Content Type
in the meantime, just replace any occurrence of + (plus sign) in @id URL seen in the address field of your browser.
Documentation:
[X] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
[ ] I have updated the documentation accordingly.
Description
Dependencies
Testing?
Delete sio__study if it is used in Trait content type.
Update sio__study and analyzedphenotypes.field.inc
In the Trait Content Type, Click manage fields then Check for new fields.
Add sio__study field to Trait Content type, Make sure to move this field out of disabled fields.
Field supports Tripal Web Services.
This PR made an update to hook_bundle_field_info() and to the field's elementInfo() and load(). The former will allow this field to support multiple values returned for both end user and Tripal Web Services by changing the cardinality settings, while the latter to alter the array structure and to define element definition.
Metadata
Documentation:
Description
Dependencies
Testing?