- ๐ฏ๐ดJordan abu-zakham
After reviewing the code and the comments, it appears that the code was added to override the default Image Widget template when using the Media Library. However, I have found that removing this override has resolved the issue, and now everything is functioning as expected. It seems that at some point, the theme "focal_point_media_library_image_widget" was removed, but the corresponding code was not removed along with it. To address this, I will create a pull request to remove the unnecessary code.
- @abu-zakham opened merge request.
- Issue was unassigned.
- Status changed to Needs review
over 1 year ago 11:46am 19 June 2023 - last update
8 months ago 158 pass - ๐ฎ๐ณIndia aman1248
Hi @Rajeshreeputra, we've tested patch #6, and it appears to be resolving the error as required.
- Status changed to Postponed: needs info
3 months ago 6:04am 25 August 2024 - ๐ซ๐ฎFinland sokru
I was not able to reproduce this issue on latest version (2.1.1) with Drupal 11 and Claro admin theme.
The patches here are basically a revert for #3001262: Integrate focal point with media_library, which is now in core โ . On that issue people are complaining that the feature does not work.
Also if I add some debug messages ontemplates/focal-point-media-library-image-widget.html.twig
file it does not appear anywhere, so gives an confirmation that template file is obsolete.