- Issue created by @szeidler
- Merge request !188Issue #3468465 by szeidler: D11: Image upload without Core Media Library broken → (Merged) created by szeidler
- Status changed to Needs review
3 months ago 5:29am 16 August 2024 - 🇩🇪Germany szeidler Berlin
I added a MR for it. I'm using the following to determine the version used
if (version_compare(\Drupal::VERSION, '10.2.0', '<')) {
I'm using that one and not the Core's DeprecationHelper, because the DeprecationHelper was also just introduced in Drupal 10.1.
-
szeidler →
committed 8a2f0e10 on 3.0.x
Issue #3468465 by szeidler: D11: Image upload without Core Media Library...
-
szeidler →
committed 8a2f0e10 on 3.0.x
- Status changed to Fixed
3 months ago 9:18am 16 August 2024 - Merge request !190Issue #3468465 by szeidler: D11: Image upload without Core Media Library broken → (Merged) created by szeidler
-
szeidler →
committed 4a73dd5a on 8.x-2.x
Issue #3468465 by szeidler: D11: Image upload without Core Media Library...
-
szeidler →
committed 4a73dd5a on 8.x-2.x
Automatically closed - issue fixed for 2 weeks with no activity.
- 🇰🇷South Korea keithkhl
Sorry to bother you guys again for this fixed issue, but I wonder if there is a patch available.
I am having the same error on D11 w/ Gutenberg 3.0.4 (and dev) when I upload images directly by 'upload' button.
If I do so on the media library pop-up screen, I do not have such issue.
It would be great to have the patch available before your next minor version roll-out, if it is going to take some time.