From c99c91eb2e1c1e5ce8aaf48783e21821671a1efd Mon Sep 17 00:00:00 2001 From: Milan Gurjanov Date: Sat, 13 Jan 2024 01:28:46 +0100 Subject: [PATCH 1/2] apply fix for Paragraph not being able to translate by Translator role --- composer.json | 3 +++ composer.lock | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index afd7a9d9b..e7e3f63cb 100644 --- a/composer.json +++ b/composer.json @@ -155,6 +155,9 @@ }, "npm-asset/anchor-js": { "remove font-face": "patches/remove-anchorjs-fontface.patch" + }, + "drupal/paragraphs": { + "d.o. 2925533": "https://www.drupal.org/files/issues/paragraphs-translation_paragraph_issue-2925533-2.patch" } }, "drupal-scaffold": { diff --git a/composer.lock b/composer.lock index f70ce65a9..d853ab149 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "a1a62f93503d0aabbb5e34a178f58296", + "content-hash": "6e2106bef5762bfb045ccbc7edf310f4", "packages": [ { "name": "asm89/stack-cors", From 27da7e0be4535062fa8c808d40cbd93781b5540c Mon Sep 17 00:00:00 2001 From: Milan Gurjanov Date: Sat, 13 Jan 2024 01:31:49 +0100 Subject: [PATCH 2/2] apply fix for media library AJAX error for Translator role without edit permissions --- composer.json | 3 +++ composer.lock | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e7e3f63cb..f7103d97e 100644 --- a/composer.json +++ b/composer.json @@ -134,6 +134,9 @@ "drupal/core": "-p2" }, "patches": { + "drupal/core": { + "d.o. #3197416": "https://www.drupal.org/files/issues/2023-11-18/3197416-medialibrary-fieldwidgetopenercheckaccess-denies-access-on-a-translated-entity-revision.patch" + }, "drupal/elasticsearch_connector": { "Preserve ES index settings": "https://www.drupal.org/files/issues/2020-01-28/3109361-elasticsearch_connector-preserve-index-settings-1.patch", "d.o. #3106003 - Content access fixes": "https://www.drupal.org/files/issues/2021-01-12/missing-special-fields-3106003-8.patch", diff --git a/composer.lock b/composer.lock index d853ab149..e35895ff9 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "6e2106bef5762bfb045ccbc7edf310f4", + "content-hash": "8b4c3a84513724cbb47ab09bd3119f33", "packages": [ { "name": "asm89/stack-cors",