From ea94cee2afefe1bd631dedfb065898255742331a Mon Sep 17 00:00:00 2001 From: Volker Killesreiter Date: Mon, 13 Mar 2023 15:20:06 +0100 Subject: [PATCH 1/3] Try patch --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 178a181f1..e26f9a7b6 100644 --- a/composer.json +++ b/composer.json @@ -38,6 +38,7 @@ "Fix Claro styles for exposed views filters wrapped in fieldsets": "https://www.drupal.org/files/issues/2020-07-30/3133639-8.patch", "It is possible to overflow the number of items allowed in Media Library": "https://www.drupal.org/files/issues/2022-12-27/3059955-159.patch", "Let users configure the text of the \"Add media\" button": "https://www.drupal.org/files/issues/2021-10-01/3169956-34.patch", + "Dragging single media thumbnail on edit page causes JavaScript error": "https://www.drupal.org/files/issues/2022-12-15/3327234-13.drag-single-media-item.patch", "\"Add another item\" field button is displayed as a modal action": "https://www.drupal.org/files/issues/2022-11-04/3151534-42-d10-1.patch" }, "drupal/diff": { From 0dcbdea73c81d88546b6f2c5ac3bb5767b57b19d Mon Sep 17 00:00:00 2001 From: Volker Killesreiter Date: Mon, 13 Mar 2023 15:54:11 +0100 Subject: [PATCH 2/3] update patch --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e26f9a7b6..931c81340 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "Fix Claro styles for exposed views filters wrapped in fieldsets": "https://www.drupal.org/files/issues/2020-07-30/3133639-8.patch", "It is possible to overflow the number of items allowed in Media Library": "https://www.drupal.org/files/issues/2022-12-27/3059955-159.patch", "Let users configure the text of the \"Add media\" button": "https://www.drupal.org/files/issues/2021-10-01/3169956-34.patch", - "Dragging single media thumbnail on edit page causes JavaScript error": "https://www.drupal.org/files/issues/2022-12-15/3327234-13.drag-single-media-item.patch", + "Dragging single media thumbnail on edit page causes JavaScript error": "https://www.drupal.org/files/issues/2023-03-13/3327234-17.patch", "\"Add another item\" field button is displayed as a modal action": "https://www.drupal.org/files/issues/2022-11-04/3151534-42-d10-1.patch" }, "drupal/diff": { From 4f2be15da40d7756a14ff95b72b0dd7387671e53 Mon Sep 17 00:00:00 2001 From: Volker Killesreiter Date: Tue, 14 Mar 2023 09:02:08 +0100 Subject: [PATCH 3/3] disable grab on single item --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 931c81340..f160e9aaf 100644 --- a/composer.json +++ b/composer.json @@ -57,6 +57,9 @@ "drupal/media_entity_pinterest": { "to a member function mainPropertyName() on null in media_entity_pinterest/src/Plugin/media/Source/Pinterest.php on line 155": "https://www.drupal.org/files/issues/2023-03-09/3179172.diff" }, + "drupal/media_library_media_modify": { + "Do not show grab cursor for single item": "https://git.drupalcode.org/project/media_library_media_modify/-/merge_requests/42.diff" + }, "drupal/focal_point": { "Preview link accidentally closes the media library": "https://www.drupal.org/files/issues/2020-10-06/3162210-17.patch" }