Closed (fixed)
Project:
Media Library Form API Element
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
20 Aug 2024 at 21:22 UTC
Updated:
21 Jul 2025 at 18:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
rajan kumar@2026 commentedComment #4
rajan kumar@2026 commentedHi @mark_fullmer
I have fixed the issue to create a Drupal 11-compatible release and have created a MR. Please see the attached screenshot for reference. Thank you.
Comment #5
chandansha commentedi have tested MR 17.Now module is compatible for Drupal 11.
i move it to RTBC.
thanks!!
Comment #6
mark_fullmerPlease note that the merge request here references a deprecation that was introduced in Drupal 10.3 and will be removed in Drupal 12.0.0. Therefore, the changes staged in this merge request are not required for Drupal 11 compatibility.
Comment #7
mark_fullmerComment #8
mark_fullmerReviewing the code change in the merge request, I don't believe this is implemented correctly. It "fixes" the problem by removing code. Per https://www.drupal.org/node/3436275 , we should use RenderElementBase instead of RenderElement. We should also probably add a backwards compatibility check per https://www.drupal.org/node/3379306
Setting to "Needs work"
Comment #9
mark_fullmerComment #12
mark_fullmer