-
Notifications
You must be signed in to change notification settings - Fork 11
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
urls in search results are not clickable links #11
Comments
If 'linkify' is true for a field definition (in resources/config/fldmodel.json) then urls contained in that field will be displayed as hrefs in grids and forms. Referenced pages will open in new browser tabs. |
Just as an aside, in Chrome at least if you select a URL and right-click there is an option to "Go to http://whatever.it.is" even if it is not a link. |
But urls can't be selected in table displays of results. |
Not that it matters since you added this, but if you can't select them, then how could you copy and paste them? |
The first installment of this feature has been on the master branch and 'released' since 2018/6/20 |
You have to open a detail view. |
make them be clickable by default |
Does not seem to work I did |
Does it work if you set linkify to true in app/resources/config/fldmodel.json? |
Linkify should be true by default for web portals exported as of commit 52c088b to specify6 repo for specify6/issues/688 |
I will reinstall WP on a clean Ubuntu install and will change the config file before running the Also, is there a case when the user would want links to be not clickable? Performance difference? |
the file that needs to be edited is fldmodel.json in resources/config either in build/html/[core]/ or build/cores/[core]/webapp, depending which folder is installed to the http server. After installation changes to a portal's settings need to be made to the fieldmodel.json file in the installed portal app. All fields in fieldmodel.json (and flds.json) have linkify set to true as of 3/23. Filtering for http would eliminate links formed w/o http like ku.edu, xyz.org, www.frdc.co.uk etc. I think we should automatically enable linkify for weblinks when the build web link pref is on, and make it false otherwise. |
Seems that blindly setting linkify to true for all fields causes the portal to hang forever when linkify is executed for non-text fields. specify6/issues/688 is being reworked. |
It is necessary to open a detail view and copy and paste urls into new browser tabs to view the referenced data.
The text was updated successfully, but these errors were encountered: