- Issue created by @Peter Majmesku
- Merge request !2Issue #3507648: Drupal 11 version requires Drupal 10 version of menu_item_extras β (Open) 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?