Skip to content
New issue

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

How to troubleshoot fields #41

Open
laceysanderson opened this issue Aug 14, 2023 · 1 comment
Open

How to troubleshoot fields #41

laceysanderson opened this issue Aug 14, 2023 · 1 comment
Labels
API: Fields TOPIC: Extending Tripal Documentation on developing custom modules, fields, themes, etc. TOPIC: Hands-on tutorial Documentation walking someone through a concrete example

Comments

@laceysanderson
Copy link
Member

We need to document how to troubleshoot fields.

I've started this in tripal/tripal#1604 but it needs to become formal docs.

@laceysanderson laceysanderson added TOPIC: Extending Tripal Documentation on developing custom modules, fields, themes, etc. TOPIC: Hands-on tutorial Documentation walking someone through a concrete example API: Fields labels Aug 14, 2023
@laceysanderson
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API: Fields TOPIC: Extending Tripal Documentation on developing custom modules, fields, themes, etc. TOPIC: Hands-on tutorial Documentation walking someone through a concrete example
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant