Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix media lib sort single item #691

Open
wants to merge 3 commits into
base: 7.0.x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/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": {
Expand All @@ -56,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"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add patch here and use that instead of merge request diff:
https://www.drupal.org/project/thunder/issues/3309614

},
"drupal/focal_point": {
"Preview link accidentally closes the media library": "https://www.drupal.org/files/issues/2020-10-06/3162210-17.patch"
}
Expand Down