- Issue created by @elaman
- 🇬🇧United Kingdom aaron.ferris
First patch looks like there's a similar fix in 8.x-1.2
.paragraphs-browser-paragraph-type { cursor: pointer; display: flex; flex-direction: column; margin-bottom: 32px; }
Second patch is in 8.x-1.2
The third patch also looks to be in 8.x-1.2, although not exact:
const elements = once('fieldsetclick', '.paragraphs-browser-wrapper', context);
- Merge request !57Issue #3446911: remove patches and bump paragraphs_browser to ^1.2 → (Merged) created by aaron.ferris
- 🇬🇧United Kingdom aaron.ferris
Checked the other 2 patches whilst I was taking a look at that, they aren't present in 1.2 and apply cleanly.
- Applying patches for drupal/paragraphs_browser https://www.drupal.org/files/issues/2022-06-09/getscheme-deprecated.patch (Fix Call to undefined method FileSystem::uriScheme()) https://www.drupal.org/files/issues/2023-01-24/paragraphs_browser-add-support-of-custom-paragraphs-bundle-filtering-widgets-3307156-3_0.patch (Fix not supporting custom paragraph bundle filtering widgets)
- Status changed to Needs review
6 months ago 5:30pm 13 May 2024 - Status changed to Needs work
6 months ago 5:08am 14 May 2024 - 🇰🇬Kyrgyzstan elaman
Thank you @aaron.ferris.
Here is the list of patches:
- 🐛 FIx fieldsets overlapping when using Gin admin theme Needs review
- 🐛 Does not support custom paragraph bundle filtering widgets Needs review
- 🐛 PHP 8.2 Deprecated function: Creation of dynamic property RTBC
- 🐛 Error: Call to undefined method Drupal\Core\File\FileSystem::uriScheme() RTBC -> 🐛 Error: Call to a member function getFileUri() on array in paragraphs_browser_paragraph_type_form_builder() RTBC
- 🐛 Replace deprecated jquery/once with core/once RTBCSo, I think we can remove third and last. The others has to be double checked and included if needed.
- Status changed to Needs review
6 months ago 5:45am 14 May 2024 -
elaman →
committed 154a26aa on 2.x authored by
aaron.ferris →
Issue #3446911 by aaron.ferris, elaman: Paragraphs browser patches are...
-
elaman →
committed 154a26aa on 2.x authored by
aaron.ferris →
- Status changed to Fixed
6 months ago 7:45am 14 May 2024 Automatically closed - issue fixed for 2 weeks with no activity.