- ๐บ๐ธUnited States smustgrave
Since steps to reproduce haven't been provided or summary updated going to close out. If still a bug in D11 please re-open
- ๐ฌ๐งUnited Kingdom Jons
Hi @smustgrave
I've not tried on D11, but unless there has been major changes (or fixed) I imagine its still there.
I can't find the original code with the issue as was a while ago. - ๐บ๐ธUnited States smustgrave
This came up as a daily BSI target
Not sure I fully follow the issue, can you provide more concrete steps to reproduce this issue? Assuming it's still a bug in D11.
- ๐บ๐ธUnited States pixlkat
I also was seeing this error, but with different form elements. We have a taxonomy entity reference field with unlimited cardinality, and we are using inline entity form to add an existing term. We are also using Inline Form Errors to display error messages inline.
When submitting the IEF form with an error condition, it appears that the `actions` element was the form element causing the error. This issue was not present when using IEF to add a new entity.
Applying the patch in #14 fixed the error in our case.
- ๐บ๐ธUnited States smustgrave
Since there's been no follow up going to close this one out. Also going to mentioned field_layout is marked to be deprecated and will be moving to contrib in Drupal 12.
- ๐บ๐ธUnited States dcam
The original proposed changes must be updated because the
arrayPropertyPath
property was deprecated and removed. Here's the change record: https://www.drupal.org/node/3307919 โ . - ๐บ๐ธUnited States dcam
The patch from #22 was converted to an MR. The changes to
LinkNotExistingInternalConstraintValidatorTest
did not seem to be relevant anymore. No other test changes have been made. - @dcam opened merge request.
- ๐บ๐ธUnited States dcam
Added the issue summary template. Added the Needs Tests tag because the existing tests need to be updated to check for those specifically.