- 🇩🇪Germany stillworks
I think I have to pump this.
Same with:
Drupal core 10.2.6
GridStack 3.0.2
Paragraphs 8.x-1.17
Paragraphs Asymmetric Translation Widgets 8.x-1.3div.box__content stays empty if I choose something else than "Gridstack Paragraphs" it renders.
- Status changed to Active
6 months ago 6:16am 31 May 2024 - 🇮🇩Indonesia gausarts
Thank you.
Mind replacing this line:
https://git.drupalcode.org/project/gridstack/-/blob/3.0.x/src/Engine/Gri...From:
'box' => $this->manager->toHashtag($item, 'box'),
to
'box' => $this->manager->toHashtag($item, 'box') ?: [$item],
I'll need to check this later if any side effects, but if that works for you, it will be a good start.
-
gausarts →
committed 3f1bd021 on 3.0.x
Issue #3080356 by gausarts, stillworks: Field empty results with Entity...
-
gausarts →
committed 3f1bd021 on 3.0.x
- 🇩🇪Germany stillworks
Yet again. Thank you very much. That worked.
For some odd reason kinda the same solution can we prevent that for the future somehow? - Status changed to Fixed
3 months ago 7:57am 11 August 2024 - 🇮🇩Indonesia gausarts
This would do for now.
About the future, tests are the best bet, but no resources for that :)
Automatically closed - issue fixed for 2 weeks with no activity.