By laravz on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.7.x
Introduced in version:
8.7.0
Issue links:
Description:
Before
Links to <none> and <nolink> have a data-drupal-link-system-path set to <front>.
After
Links to <none> and <nolink> do not have a data-drupal-link-system-path attribute.
The following links remain the same
- Links to the front page contained a
data-drupal-link-system-pathattribute set to<front> - All other routed links have a
data-drupal-link-system-pathattribute set to their system path.
Impacts:
Site builders, administrators, editors
Module developers
Themers