Closed (fixed)
Project:
radix
Version:
6.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Apr 2024 at 13:40 UTC
Updated:
6 May 2024 at 16:44 UTC
Jump to comment: Most recent
Radix 6.0.0-beta14 starterkit introduces the item-list.html.twig template (in the templates/dataset folder) which prevents the reset password link to be rendered when a user login block in added to the blocks layout.
Removing the item-list.html.twig template from both the custom theme AND the Radix starterkit brings back the reset password link.
Same behaviour with beta15, beta16 and dev as of April 22th 2024.
With radix 6.0.0-beta13:
With radix 6.0.0-beta14 to beta16:
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
aaron.ferris commentedI could well be overlooking something, but the item-list.html.twig template, which in turn uses list-group should (if Core/Olivero is anything to go by) be an array of items with item.value, not item.content.
Ive had a quick look and I can't see another template using list-group, so this may be safe to swap over? (MR)
Comment #5
aaron.ferris commentedComment #8
doxigo commentedGood catch Phil, sounds about right to me, and thanks Aaron for the MR, merging
Comment #9
doxigo commented