- ๐ฌ๐งUnited Kingdom farse
Patch #12 also works for me. My problem case was adding a paragraph to a content type that had another paragraph within it. This has solved the issue.
- ๐บ๐ธUnited States esod
This bug surfaced when switching the widget from
Entity browser
toAutocomplete
for an unlimited Entity reference taxonomy field. No problem making the switch, but when reloading the node form display, the page fatals. Patch #12 โ get the node form display printing again. - ๐ง๐พBelarus alexdoma
comment #19 helps me - resaving the widget in the manage form display
- Status changed to Needs work
over 1 year ago 6:42pm 8 July 2023 - ๐บ๐ธUnited States neclimdul Houston, TX
I'm not sure why this is RTBC. One of the maintainers and I both said it should be handled different than the current patch.
To be extra clear, both lines of the processing function need to be inside the if statement to avoid triggering additional bugs.
+++ b/src/Plugin/Field/FieldWidget/EntityReferenceBrowserWidget.php @@ -466,7 +466,7 @@ $element['#attached']['drupalSettings']['entity_browser'][$uuid]['selector'] = '#' . $element['#custom_hidden_id'];
This line also needs to not run with an invalid id.
This should be a simple re-roll.
- ๐ฎ๐ณIndia manishdrupaldev
I have fixed the issue using patch #12
Version: 8.x-2.9
PHP: 8.1.20 - ๐จ๐ฆCanada danrod Ottawa
Patch # 12 works great to me:
- Drupal 10.1.2
- PHP 8.1.5
- Entity Browser 8.x-2.9 - Status changed to Needs review
about 1 year ago 10:29pm 9 October 2023 - last update
about 1 year ago 56 pass - Status changed to RTBC
about 1 year ago 11:47am 25 October 2023 - ๐น๐ทTurkey orkut murat yฤฑlmaz Istanbul
I've tested patch #25 and it is working for me. Thank you all:)
- ๐บ๐ธUnited States Chris Matthews
Would be great if this could be merged!
- Status changed to Needs work
about 1 year ago 11:07pm 8 December 2023 - ๐บ๐ธUnited States dave reid Nebraska USA
this should wrap the whole thing in an if statement and possibly also log a warning or something, because the only reason for this that I can see is misconfiguration
I still don't see this being addressed in the latest version.
- ๐ฎ๐ณIndia chetan 11
chetan 11 โ made their first commit to this issueโs fork.
- Status changed to Needs review
about 1 year ago 11:37am 12 December 2023 - Status changed to RTBC
about 1 year ago 8:18pm 12 December 2023 - Status changed to Needs work
about 1 year ago 9:46pm 12 December 2023 - ๐บ๐ธUnited States mortona2k Seattle
What's the difference between this issue and https://www.drupal.org/project/entity_browser/issues/3437293 ๐ Entity Browser widget does sets a value of null for entity_browser by default Needs work ?
- ๐บ๐ธUnited States josephcheek Provo, UT
Looks to me like this bug, 3437293, and 3277056 are all the same, and each has patches available which (approximately) do the same thing. Of the myriad of patches available, I'm trying https://www.drupal.org/files/issues/2024-06-12/2914385-35.patch โ because that seems to be the simplest (smallest LOC) that doesn't generate an empty-string UUID. But I really don't know which patch is better, honestly.
- ๐ฑ๐ปLatvia mansspams
This is potentially duplicate issue mentioned in #37 - https://www.drupal.org/project/entity_browser/issues/3437293 ๐ Entity Browser widget does sets a value of null for entity_browser by default Needs work