Works for us without the patch now. Running Drupal 10.3.6 and after updating embed to 8.x-1.9 I started having the errors mentioned in description.
Removed the patch #30 we had added in the past and got no issues now.
A patch with html moved outside the t()
kirkkala โ created an issue.
Apologies @adamps, the actual issue found out to be on our customization for a headless setup newsletter ordering.
Sending test email indeed work fine without our custom module so I doubt others benefit from this patch. Closing.
kirkkala โ created an issue.
I am having trouble with updating my composer lockfile - I keep getting the error about galbar/jsonpath
version. The setup has both drupal/next
(requires subrequests) and drupal/external_entities
modules that require galbar/jsonpath
:
Problem 1
- Root composer.json requires drupal/external_entities ^2.0@beta -> satisfiable by drupal/external_entities[2.0.0-beta1].
- drupal/external_entities 2.0.0-beta1 requires galbar/jsonpath ^2.0 -> found galbar/jsonpath[2.0, 2.1] but the package is fixed to 1.3.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
I do have the patch from this issue, also tried patching locally. I am now suspecting composer somehow check the dependencies before patch is applied and stops me from updating lockfile.
Would it be possible to have patched version released that allow "galbar/jsonpath": "^2.0"
, requirement? Thanks!