- Status changed to RTBC
over 1 year ago 3:52pm 2 March 2023 - 🇮🇳India arunkumark Coimbatore
Tested the patch with Drupal 10.0.1 core with the Paragraph module. The Paragraph entity reference field allows us to provide Checkbox/Radio options in the management form. The patch was applied cleanly without any issues. Am surprised that the test cases failed.
Attached screenshot for reference.
- 🇩🇪Germany larskleiner
Thanks for the patch, #12 works well for us on Drupal 9.5.10.
- last update
about 1 year ago 35 pass, 6 fail - last update
about 1 year ago 39 pass - last update
about 1 year ago 39 pass - @leontin opened merge request.
- last update
about 1 year ago 39 pass - last update
10 months ago 40 pass - Status changed to Needs work
10 months ago 9:57am 13 January 2024 - 🇨🇭Switzerland berdir Switzerland
This really needs tests when it introduces so much new code.
- 🇫🇷France ericdsd France
I had the same issue with en entity reference revision inside a paragraph bundle. I tries the patch against bith 1.10 and 1.11 with no luck (event if the patch applied well).
I found the workaround for my case whitch to recreate my field as an Entity reference instead of an Entity reference revision (in my case i have no need form term's revisions).