- 🇮🇳India nikhil_110
I implemented MR on my local machine using Menu Block Module V8.x-1.x-dev with Drupal 10.0.3. It is working properly..I have added the test steps and am attaching the screenshot for reference. Please review.
- Setup Drupal with Menu Block v8.x-1.x-dev
- Enabled Menu Block and Go to Administration > Administration > Structure > Menus > Create menu.
- Go to Administration > Administration > Structure > Block layout > Click the "Place block" button in the desired regionand Choose a block from the "Menus" category. In the form that appears, configure the Advanced options and Use as title configured as "Active trail's root title" and Initial visibility level configured as 3
- Go to Wheat and Barley page title is showing Grains.
- First commit to issue fork.
- last update
over 1 year ago Unable to generate test groups - 🇪🇨Ecuador jwilson3
RTBC++ I applied MR diff to version 1.10 and can confirm that this change does indeed fix the issue.
For purposes of calculating the Root title, the root should always be derived from the "initial visibility level" of the menu block, instead of using level 1, which may be too far up the tree to be practical.
The only thing I noticed is a minor grammar issue with the docblock in the MR, which I have updated but will leave as RTBC because it is a non-functional change.
- last update
5 months ago Composer require failure - 🇺🇸United States zipymonkey Durham, NH
The branch is out of date. I did a quick rebase locally and generated a patch (sorry for not updating the branch). I removed
$this->tree = $tree;
since it did not appear to be used anywhere. - Status changed to Needs review
5 months ago 5:14pm 18 June 2024 - 🇺🇸United States zipymonkey Durham, NH
This patch is working for me locally. Moving this back to Needs Review for others to review.
- 🇳🇿New Zealand chroid
Assuming:
Home > Conditions & Treatments > Childhood Cancer Overview > Tests & Procedures To Diagnose Cancer > Blood Tests For Children & Young People With Cancer
Before patch:
After patch:
Menu block settings:
Initial visibility level:
3Use as title:
Active trail's root titleSo confirming here that this is exactly what we were after!
Thank you for the patch!