- Issue created by @saiprasad_g
When uploading an image using the Entity Browser with the "Upload images as media items" widget, the resulting media revision is incorrectly attributed to "Anonymous" instead of the currently logged-in user. This causes incorrect authorship data in the media revision history.
Expected Result:
The media revision should show as authored by the current user (e.g., admin).
Actual Result:
The media revision shows as authored by "Anonymous (not verified)".
Update the media entity revision process when uploading image through the "Upload images as media items" widget in the Entity Browser to correctly assign the revision author as the authenticated user performing the upload, instead of defaulting to "Anonymous (not verified)". This may involve ensuring the current user context is properly passed and respected during the media entity save operation triggered by "Upload images as media items" within the Entity Browser widget.
Active
2.13
Widget plugins