- Issue created by @marcoscano
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 12:24pm 14 June 2023 - last update
over 1 year ago Composer require failure - Status changed to RTBC
over 1 year ago 8:20pm 14 June 2023 - e0ipso Can Picafort
I think this patch is pretty safe.
Note that the current patch is incredibly difficult to add a test for, since it only fails when there is no render context, and one of the serializers calls
::render()
.However, a quick spot-check of similar services in core shows that this is a common practice (like
MailerManager
, andRestExport
). They are similar in the sense that they serialize entities into HTML and might be executed in the background.