-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(ui): adds edit many option for bulk uploads #10646
Conversation
Coming along nicely! Good work. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still need to work through the code changes. One issue that is a lot more apparent with this change is that there are a lot of Payload added fields that uploads get that do not belong in the bulk edit field selector.
This could be a separate PR that adds disableBulkEdit
to the media files or done in this PR.
I'm still reading the code changes and I'll finish my review while we iterate on the field selector.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 This is included in version v3.19.0 |
What?
This PR introduces the ability to bulk edit multiple uploads simultaneously within the
Edit all
option for bulk uploads. Users can now select fields to update across all selected uploads in a single operation.Why?
Managing multiple uploads individually can be time-consuming and inefficient, especially when updating common fields. This feature streamlines the process, improving user experience and productivity when handling bulk uploads.
How?
Edit Many
drawer component specific to bulk uploads that allows users to select fields for bulk editing.