Inline Entity Form 3 support?

Created on 5 May 2024, 8 months ago
Updated 13 September 2024, 3 months ago

Hello!

Is Wishlist compatible with Inline Entitiy Form 3?

i tried to install Commerce Wishlist but i got the following error via composer:

Problem 1
    - drupal/commerce_wishlist[3.0.0-beta1, ..., 3.0.0-beta8] require drupal/inline_entity_form ~1.0 -> found drupal/inline_entity_form[1.0.0-rc1, ..., 1.0.0-rc17] but it conflicts with your root composer.json require (^3.0@RC).
    - drupal/commerce_wishlist 3.0.0-beta5 requires drupal/core ^8.9 || ^9 -> found drupal/core[8.9.0-beta1, ..., 8.9.x-dev, 9.0.0-alpha1, ..., 9.5.x-dev] but it conflicts with your root composer.json require (^10.0).
    - Root composer.json requires drupal/commerce_wishlist ^3.0@beta -> satisfiable by drupal/commerce_wishlist[3.0.0-beta1, ..., 3.0.0-beta8].

Steps to reproduce

Drupal 10
Commerce 2.38
Inline Entity Form 3RC19

Thank you in advance.

๐Ÿ’ฌ Support request
Status

Fixed

Component

Miscellaneous

Created by

๐Ÿ‡ฉ๐Ÿ‡ชGermany C.Riemer

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @C.Riemer
  • ๐Ÿ‡บ๐Ÿ‡ธUnited States SocialNicheGuru

    Problem/Motivation

    As of ๐Ÿ“Œ Clean up problematic 2.x branch Active , IEF development continues in 3.x branch.
    People can only upgrade if all their projects require drupal/inline_entity_form ^1 || ^3

    Proposed resolution

    Whoever gets stuck on sth like this, please open an issue in the respective project, and set this issue as parent.

    How to find out which projects block IEF 3:
    composer why-not drupal/inline_entity_form ^3

    Example template

    Subject: Require IEF ^1 || ^3

    Problem/Motivation
    For reasons, the inline_entity_form module has to continue development on a 3.x branch, with no disruption from 1.x.
    Projects requiring IEF should, for a smooth transition, allow both versions as requirement.
    Example composer.json fragment:

      "require":
        "drupal/inline_entity_form": "^1.0@rc || ^3.0.0@rc",
    

    Proposed resolution
    Update the requirement.

  • ๐Ÿ‡บ๐Ÿ‡ธUnited States Dave Kopecek

    Dave Kopecek โ†’ made their first commit to this issueโ€™s fork.

  • ๐Ÿ‡บ๐Ÿ‡ธUnited States Dave Kopecek

    I created an issue fork that updated the require in the project's composer.json as suggested by @socialnicheguru in #2.

  • Status changed to Fixed 4 months ago
  • ๐Ÿ‡ฎ๐Ÿ‡ฑIsrael jsacksick

    This is done, the latest release support IEF 3.

  • Automatically closed - issue fixed for 2 weeks with no activity.

Production build 0.71.5 2024