Fix bug uploading an image via the Media Picker is no longer automatically selected#18667
Merged
iOvergaard merged 8 commits intov15/devfrom Mar 26, 2025
Merged
Conversation
bjarnef
reviewed
Mar 13, 2025
...aco.Web.UI.Client/src/packages/media/media/modals/media-picker/media-picker-modal.element.ts
Outdated
Show resolved
Hide resolved
…a-picker/media-picker-modal.element.ts Co-authored-by: Bjarne Fyrstenborg <[email protected]>
iOvergaard
reviewed
Mar 13, 2025
...aco.Web.UI.Client/src/packages/media/media/modals/media-picker/media-picker-modal.element.ts
Outdated
Show resolved
Hide resolved
iOvergaard
reviewed
Mar 13, 2025
...aco.Web.UI.Client/src/packages/media/media/modals/media-picker/media-picker-modal.element.ts
Outdated
Show resolved
Hide resolved
…a-picker/media-picker-modal.element.ts Co-authored-by: Jacob Overgaard <[email protected]>
… v15/fix-bug/automatically-selected-uploading-image
Contributor
|
Please wait with this PR until #18784 has been merged, as that will cause a conflict here, but also improve the way this could work. I will look at it next. |
iOvergaard
approved these changes
Mar 26, 2025
nielslyngsoe
pushed a commit
that referenced
this pull request
Mar 27, 2025
…cally selected (#18667) * Fix bug uploading an image via the Media Picker is no longer automatically selected * Update src/Umbraco.Web.UI.Client/src/packages/media/media/modals/media-picker/media-picker-modal.element.ts Co-authored-by: Bjarne Fyrstenborg <[email protected]> * Update src/Umbraco.Web.UI.Client/src/packages/media/media/modals/media-picker/media-picker-modal.element.ts Co-authored-by: Jacob Overgaard <[email protected]> * remove submit modal * fix: avoids overriding the dropzone manager as that does not work with inheritance * fix: set disabling of folders correctly --------- Co-authored-by: Lan Nguyen Thuy <[email protected]> Co-authored-by: Bjarne Fyrstenborg <[email protected]> Co-authored-by: Jacob Overgaard <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prerequisites
If there's an existing issue for this PR then this fixes
Description
This PR fixes the issue #18331
When choosing an image for a Media Picker, after uploading a new image, automatically select the new image for the Media Picker.