- Issue created by @klaasvw
- Merge request !20Use service for generating preview URLs with multilingual support β (Open) created by klaasvw
- π§πͺBelgium klaasvw
The MR and the attached patch add a new service that helps in generating the draft, iframe and published URLs.
Note that there's an assumption that the entity is a node, which was already originally the case. The MR doesn't address that, so maybe something for a follow-up issue.
Also note that you may have to add the code below to you composer.json config when applying the patch through composer. Because the info yml file also has a change it conflicts with the d.o versioning.
"config": ... "preferred-install": { "drupal/decoupled_preview_iframe": "source", "*": "auto" }, ...
- πΊπΈUnited States jmolivas El Centro, CA
Thanks for the MR @klaasvw taking a look to this
- Status changed to RTBC
23 days ago 11:01pm 5 January 2025 - πΊπΈUnited States kurttrowbridge
I noticed the same issue, and the MR properly addressed it for me. Thanks! Marking RTBC.