- Issue created by @Peter Majmesku
- Merge request !2Issue #3507648: Drupal 11 version requires Drupal 10 version of menu_item_extras โ (Merged) created by Peter Majmesku
- ๐ฉ๐ชGermany Peter Majmesku ๐ฉ๐ชDรผsseldorf
If I do install group_content_menu_bundles with the issue fork, which is just requiring menu_item_extras in version 3.1.0, then I do get that error:
drush en group_content_menu_bundles -y
The following module(s) will be installed: group_content_menu_bundles, menu_item_extras// Do you want to continue?: yes.
In SqlContentEntityStorageSchema.php line 1843:
The SQL storage cannot change the schema for an existing field (bundle in menu_link_content entity) with data.
Failed to run drush en group_content_menu_bundles -y: exit status 1
Do you know any solution for this already?
- ๐ง๐ชBelgium tim-diels Belgium ๐ง๐ช
I think we need to ask for support for the menu_item_extras โ 3.x
There are more issues to be identified and can be bundled here if needed.
For me the issue that let me to this issue is ๐ "Parent link" option unusable in group_content_menu menus Fixed where the menu parent item is empty.So I suggest we ask for support for the 3.x version of menu_item_extras
I'll test the error that is described here and see if everything can be installed and works as needed.
- ๐ง๐ชBelgium tim-diels Belgium ๐ง๐ช
tim-diels โ changed the visibility of the branch group_content_menu_bundles-3507648/1.0.x to hidden.
- ๐ง๐ชBelgium tim-diels Belgium ๐ง๐ช
I've tested this but can't reproduce the error.
Re-added 2.x support or you can't easily switch between the versions and some maybe still are on 2.x of the module. By adding the extra version constraint with | it will allow to install on Drupal 11 and update the requirements.
- ๐ง๐ชBelgium tim-diels Belgium ๐ง๐ช
For now I use the next to include this in our project:
In
composer.json
{ "type": "vcs", "url": "https://git.drupalcode.org/issue/group_content_menu_bundles-3507648.git" },
Then run
composer require drupal/group_content_menu_bundles:1.0.x-dev#8866cc33b62186f7bc1da621a7105ec3c039c838
Make sure you have the dependencies added to your composer.json.
- ๐ฉ๐ชGermany Peter Majmesku ๐ฉ๐ชDรผsseldorf
For me this looks like a possible solution. Thanks for providing your changes.
Can anyone of the maintainers please take a look?
- Status changed to RTBC
11 days ago 2:35pm 28 April 2025 - ๐ง๐ชBelgium tim-diels Belgium ๐ง๐ช
Pinged both maintainers on slack to see if they can have a look.
-
alecsmrekar โ
committed 1792da20 on 1.0.x authored by
peter majmesku โ
Issue #3507648: Drupal 11 version requires Drupal 10 version of...
-
alecsmrekar โ
committed 1792da20 on 1.0.x authored by
peter majmesku โ