tripal / tripal_doc

Official Documentation for the Tripal Platform
https://tripaldoc.readthedocs.io/en/latest/
GNU General Public License v3.0
2 stars 3 forks source link

How to troubleshoot fields #41

Open laceysanderson opened 1 year ago

laceysanderson commented 1 year ago

We need to document how to troubleshoot fields.

I've started this in https://github.com/tripal/tripal/pull/1604 but it needs to become formal docs.

laceysanderson commented 11 months ago

Some good tips of things to look at:

If your field is not saving the value that you provided in the widget:

  1. Check that you have a property type defined in your field with the action set to store and the property key matching the key of your widget input element.