- Issue created by @maxilein
- ๐ซ๐ทFrance erwangel
Same here with a D10.5. No additional settings appear either in menu edit or in block layer.
- ๐จ๐ฟCzech Republic jaroslav ฤervenรฝ
I used to patch: https://www.drupal.org/project/drupal/issues/3359511 ๐ [regression] missing menu active trail in Drupal 9.5.9 Needs work , but now (11.2.2) can not be applied
- ๐ฆ๐นAustria maxilein
And what should be the difference to the core menu block, anyway?
- ๐จ๐ฟCzech Republic jaroslav ฤervenรฝ
A menu block starting at the second level and inserted into a side region is not visible.
- ๐จ๐ฟCzech Republic jaroslav ฤervenรฝ
It works for me on local development but not on production, even though it's the same PHP and database version.
- ๐บ๐ธUnited States mortona2k Seattle
This module is an enhanced version of the core menu block. The options are most visible in the block config form.
If you already have a menu block placed, you need to remove and replace it in order to see the new settings.
- ๐จ๐ฟCzech Republic jaroslav ฤervenรฝ
Exuse me. I have problem in composer installation drupal core on my prosuction site.
(copy core form local and all is OK)composer log in production site:
- Installing composer/installers (v1.12.0): Extracting archive Deprecation Notice: Composer\Installers\Installer::__construct(): Implicitly marking parameter $filesystem as nullable is deprecated, the explicit nullable type must be used instead in /home/zsmodrice.org/sub/test/vendor/composer/installers/src/Composer/Installers/Installer.php:136 Deprecation Notice: Composer\Installers\Installer::__construct(): Implicitly marking parameter $binaryInstaller as nullable is deprecated, the explicit nullable type must be used instead in /home/zsmodrice.org/sub/test/vendor/composer/installers/src/Composer/Installers/Installer.php:136 - Installing cweagans/composer-patches (1.7.3): Extracting archive Gathering patches for root package. Gathering patches for dependencies. This might take a minute. - Installing drupal/core-composer-scaffold (11.2.2): Extracting archive - Installing drupal/core-project-message (11.2.2): Extracting archive Deprecation Notice: Composer\Installers\BaseInstaller::__construct(): Implicitly marking parameter $package as nullable is deprecated, the explicit nullable type must be used instead in /home/zsmodrice.org/sub/test/vendor/composer/installers/src/Composer/Installers/BaseInstaller.php:22 Deprecation Notice: Composer\Installers\BaseInstaller::__construct(): Implicitly marking parameter $composer as nullable is deprecated, the explicit nullable type must be used instead in /home/zsmodrice.org/sub/test/vendor/composer/installers/src/Composer/Installers/BaseInstaller.php:22 Deprecation Notice: Composer\Installers\BaseInstaller::__construct(): Implicitly marking parameter $io as nullable is deprecated, the explicit nullable type must be used instead in /home/zsmodrice.org/sub/test/vendor/composer/installers/src/Composer/Installers/BaseInstaller.php:22
- ๐จ๐ฟCzech Republic jaroslav ฤervenรฝ
I reworked patch:
https://www.drupal.org/project/drupal/issues/3359511#comment-16170047 ๐ [regression] missing menu active trail in Drupal 9.5.9 Needs work
Now is OK.