-
Notifications
You must be signed in to change notification settings - Fork 3
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
too many property widgets! #106
Comments
Maybe Tripal shouldn't auto create fields for props like it currently does and allows developers/admins to choose which fields to create. If that was true, we could design our own field to handle the props differently. Should we take this to core? |
i'd definitely like to raise the issue in core, citing that this module will create up to 500 biosample properties because thats what NCBI defines. two distinct problems, too- cluttering hte input form, and cluttering the admin area |
make that 3 since the queries will be executed in all biosample pages although not all will have values for the 500 fields (unless I am misunderstanding something). If this is true, it'd make our biosample pages very slow. |
they wont have field instances attached unless theyre populated so i dont believe it would fire a query. |
solutions:
Put widget in a fieldset.
use feature_cvterm instead
The text was updated successfully, but these errors were encountered: