As the workspace association is not getting deleted, One is not able to edit the content on the live workspace even if the content is published. Right now getting the message that content can not be edited as the content is edited in the sub workspace.
A temporary workaround is to delete the association manually after merging the sub-workspace with the parent workspace.
Tested the patch attached at Comment#5, with domain 2.0.0-beta1 and Drupal 10.3. It's working.
Tested the patch attached at Comment#2, with domain 2.0.0-beta1 and Drupal 10.3. It seems working.
Seems It has been already flagged under https://www.drupal.org/project/domain/issues/3450485 ๐ WSOD Undefined method Drupal\domain\DomainListBuilder::formBuilder Needs review
amitvin โ made their first commit to this issueโs fork.
Check if you have Xdebug enabled. If yes then try disabling it.
Use:
% for paragraph in node.field_paragraphs_name %}
{{ paragraph.entity|view }}
{% endfor %}
Please check this https://www.drupal.org/project/multilingual_menu_urls โ
It says "The 'link' field for menu items is not translatable - this is fine for internal links since Drupal knows which version to reference automatically."
Incase you still need to translate.
I am not able to apply patch #46 with 9.5.7, may be because I have multiple patch applied for this module. I tried to improve on patch #22 and #43. Tested it without applying other patch, it works.