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

URI tripal field on license page is not clickable by default #10

Open
dsenalik opened this issue Mar 9, 2021 · 1 comment
Open

URI tripal field on license page is not clickable by default #10

dsenalik opened this issue Mar 9, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@dsenalik
Copy link
Collaborator

dsenalik commented Mar 9, 2021

The URI on a license page is not a clickable link.
This field is a textfield, and it can be made clickable by first going to tripal content types and set Text processing to Filtered text
URI-field
Then you have the option to set the text format to Full HTML (that happened automatically for me)
URI-field2
and the link is automatically converted to be clickable.

So - I think this should be the default, but I'm not sure how that is done! Maybe in tripal_file.module:

$info['data__uri']['settings']['text_processing'] = '1';

but I'm not sure how to test that since I already have the module installed.

@spficklin
Copy link
Member

Thanks for pointing this out. I think we can change the field type to make this work. We'll look into it.

@spficklin spficklin added the bug Something isn't working label Mar 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants