- last update
almost 2 years ago 30,336 pass - Open on Drupal.org →Environment: PHP 8.2 & MySQL 8last update
over 1 year ago Not currently mergeable. - @vladimiraus opened merge request.
- First commit to issue fork.
- Open on Drupal.org →Environment: PHP 8.2 & MySQL 8last update
over 1 year ago Not currently mergeable. - @vladimiraus opened merge request.
- last update
over 1 year ago 30,158 pass - Status changed to Needs review
over 1 year ago 8:30am 14 September 2023 - Status changed to Needs work
over 1 year ago 1:51pm 14 September 2023 - 🇺🇸United States smustgrave
Believe the issue summary still needs work. "Apply patch" is not a solution, what is the actual proposed solution to address the bug at hand?
- 🇦🇺Australia VladimirAus Brisbane, Australia
The solution as per code to display a
read more
link in all view modes excluding the full and default view rather than teaser.Updated summary.
- Status changed to Needs review
over 1 year ago 6:44am 15 September 2023 - 🇺🇸United States smustgrave
So my concern is if this is going to make a read more link appear for a bunch of view modes now.
- 🇦🇺Australia VladimirAus Brisbane, Australia
@smustgrave I guess so.
We can add hook_update and hide it for all view modes but teaser by default.
Ideas? 🤔 - Status changed to Needs work
over 1 year ago 2:21pm 18 September 2023 - 🇺🇸United States smustgrave
Think that would be best. Maybe even on teaser check if the links is currently hidden, if so leave it alone.
Just thinking a bunch of view modes like cards start having links appear.
- Status changed to Postponed: needs info
15 days ago 2:05am 25 March 2025 - 🇦🇺Australia acbramley
We have a hook_node_links_alter that is called via
NodeViewBuilder::renderLinks
. Modules could use this to add the Read more or any other link to any view mode they like.This avoids core having to do any work or upgrade path.
What if non teaser view modes were showing links for other purposes? Now they'd need to alter out the read more link.
I think this should probably just be closed as works as designed.