- last update
about 2 years ago run-tests.sh fatal error - Status changed to Fixed
about 2 years ago 10:01am 11 May 2023 Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
about 2 years ago 10:44pm 7 June 2023 - 🇺🇦Ukraine anpolimus Kyiv
Thank you all on pushing this feature forward.
I'm testing it and can see that more or less code works, but fails on the save.
For example, I have menu as reference and want to create new and save it.
On save action I'm getting:
TypeError: Drupal\inline_entity_form\ReferenceUpgrader::upgradeEntityReferences(): Argument #1 ($entity) must be of type Drupal\Core\Entity\FieldableEntityInterface, Drupal\system\Entity\Menu given, called in /var/www/docroot/modules/contrib/inline_entity_form/src/WidgetSubmit.php on line 57 in Drupal\inline_entity_form\ReferenceUpgrader->upgradeEntityReferences() (line 46 of /var/www/docroot/modules/contrib/inline_entity_form/src/ReferenceUpgrader.php)
That is because, code of the reference save was hard-coded to work with content entities.
We have to add config entity support here:
https://git.drupalcode.org/project/inline_entity_form/-/blob/8.x-1.x/src... - 🇳🇱Netherlands Martijn de Wit 🇳🇱 The Netherlands
@anpolimus can you create a new issue ticket as follow up ?
- 🇺🇦Ukraine podarok Ukraine
Issue will be created, no worries. I'm also involved in this fix
- 🇺🇦Ukraine anpolimus Kyiv
Link to new issue: https://www.drupal.org/project/inline_entity_form/issues/3365747 🐛 ConfigEntityReference error during creation of the new referenced entity Closed: outdated
- Status changed to Needs work
over 1 year ago 6:40pm 9 December 2023 - 🇩🇪Germany geek-merlin Freiburg, Germany
This urgently needs tests before any commit. As the issue tag sais.
- First commit to issue fork.
Hi ,
I referenced another issue asking for complex support
https://www.drupal.org/project/inline_entity_form/issues/3228086#comment... 💬 Adding complex widget to custom config entity form ActiveI pushed a rebased version of 3.0 on this branch issue , I do not know drupal git policies are okay with that
proceeding to some tests
- Merge request !140Issue #3325698 by dcam, geek-merlin, dsnopek, podarok: Using 'migrate' without... → (Open) created by Unnamed author