Often when creating a view that requires a URL to the content (e.g. for adding to the 'Output this field as a link' setting on other fields), I'll add the 'Content: Link' field, forgetting that this is meant to display an actual link (e.g. 'View more') as opposed to outputting just the URL/path that I can use elsewhere. I need to add the separate 'Content: Path' field instead.
It'd be nice if we merged these two very similar fields into one, by adding an option to the 'Content: Link' field for outputting just the URL (and therefore hiding the 'Text to display' setting).
Drupal 8 does this nicely:
PR by @BWPanda: https://github.com/backdrop/backdrop/pull/3223
Recent comments
Thank you for providing the links to the Ckeditor 5 problem when using the gin theme that may occur after updating Backdrop to the 1.32.0 release, and the link to the new release of gin that...
Backdrop CMS 1.32.0 Upgrade Issues or Feedback
Here is a possibly related issue in the core issue queue: After upgrade from 1.31.1 to 1.32.0 update.php shows fatal errors and leaves site in maintenance mode https://github.com/...
Backdrop CMS 1.32.0 Upgrade Issues or Feedback
It sounds like a CSS/JS bug in the Layouts UI: when the "Add block" row is hidden with display:none, its help/description element isn’t being hidden together. 🔧 Things to try...
Add blocks filtering problem