Tested locally the fix 35b58e49 - Fix: Prevent Help link from being displayed when Help module is not enabled works
Changing status to needs review.
I attempted to reproduce this issue by installing Drupal 11 with the Minimal profile, but I was unable to reproduce the exact behavior described in the issue. Here's what I observed:
-The help link in the navigation module appears only if:
-The Help module is installed and placed in the left sidebar region.
-The cache is cleared afterward to ensure the link becomes visible.
-When the Help module is uninstalled, the link disappears as expected.
Based on these observations, I could not confirm the issue as reported. However, I identified a potential enhancement to address this scenario if it arises. I have added the following temporary change to the navigation.block_layout.yml file:
additional: { }
dependencies:
module:
- help
This change ensures that the Help module dependency is explicitly defined, potentially resolving any unexpected behavior related to the navigation link.
maneesha binish โ made their first commit to this issueโs fork.
maneesha binish โ made their first commit to this issueโs fork.
Enhancing Content Understandability: I have thoughtfully included descriptions for various screenshots, elevating the overall user experience. These additions aim to provide clarity and context, ensuring seamless comprehension of the content.