Describe the bug
If you use a column of data type "URL", enable "Track Number of Downloads" and add a row with an http or https link, the link is properly displayed in caption but the link simply contains current page address.
To Reproduce
Steps to reproduce the behavior:
- Add FnL to a page
- Add a column of type "URL" and enable checkbox Track Number of Downloads.
Save (without entering a value for caption)
- Add a record with an URL like "http://www.github.com" and save
- See the url properly displayed, but when you click it, it just reloads the current page.
Expected behavior
you are forwarded to the displayed page
Error log
non
Additional context
variables file and file_UDT_URL in XML view are not properly populated (blanks added):
< File>
< !--https://www.github.com-->< a href="">https://www.github.com< /a>
< /File>
Describe the bug
If you use a column of data type "URL", enable "Track Number of Downloads" and add a row with an http or https link, the link is properly displayed in caption but the link simply contains current page address.
To Reproduce
Steps to reproduce the behavior:
Save (without entering a value for caption)
Expected behavior
you are forwarded to the displayed page
Error log
non
Additional context
variables file and file_UDT_URL in XML view are not properly populated (blanks added):
< File>
< !--https://www.github.com-->< a href="">https://www.github.com< /a>
< /File>