feat: CE-2144 Handle attachment uploads with duplicate names#1423
Open
dk-bcps wants to merge 20 commits intorelease/2.18from
Open
feat: CE-2144 Handle attachment uploads with duplicate names#1423dk-bcps wants to merge 20 commits intorelease/2.18from
dk-bcps wants to merge 20 commits intorelease/2.18from
Conversation
Co-authored-by: Alec Wilcox <alecwilcox@gmail.com> Co-authored-by: team-wolverine-nrm-repo-updater[bot] <203337993+team-wolverine-nrm-repo-updater[bot]@users.noreply.github.com> Co-authored-by: jon-funk <johnthomasfunk@gmail.com> Co-authored-by: Dmitri <108112696+dk-bcps@users.noreply.github.com>
Co-authored-by: Mike Vesprini <mike@button.is> Co-authored-by: Ryan Rondeau <nayr974@users.noreply.github.com> Co-authored-by: team-wolverine-nrm-repo-updater[bot] <203337993+team-wolverine-nrm-repo-updater[bot]@users.noreply.github.com> Co-authored-by: jon-funk <johnthomasfunk@gmail.com> Co-authored-by: Ryan Rondeau <ryan_rondeau@live.ca> Co-authored-by: Dmitri <108112696+dk-bcps@users.noreply.github.com>
Co-authored-by: Ryan Rondeau <nayr974@users.noreply.github.com> Co-authored-by: Alec Wilcox <alecwilcox@gmail.com> Co-authored-by: team-wolverine-nrm-repo-updater[bot] <203337993+team-wolverine-nrm-repo-updater[bot]@users.noreply.github.com> Co-authored-by: jon-funk <johnthomasfunk@gmail.com> Co-authored-by: Ryan Rondeau <ryan_rondeau@live.ca> Co-authored-by: Dmitri <108112696+dk-bcps@users.noreply.github.com>
ce1d175 to
3cfd6b0
Compare
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alec Wilcox <alecwilcox@gmail.com> Co-authored-by: team-wolverine-nrm-repo-updater[bot] <203337993+team-wolverine-nrm-repo-updater[bot]@users.noreply.github.com>
…1412) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alec Wilcox <alecwilcox@gmail.com> Co-authored-by: team-wolverine-nrm-repo-updater[bot] <203337993+team-wolverine-nrm-repo-updater[bot]@users.noreply.github.com>
…1415) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alec Wilcox <alecwilcox@gmail.com>
Co-authored-by: Ryan Rondeau <nayr974@users.noreply.github.com> Co-authored-by: team-wolverine-nrm-repo-updater[bot] <203337993+team-wolverine-nrm-repo-updater[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: afwilcox <alecwilcox@gmail.com> Co-authored-by: team-wolverine-nrm-repo-updater[bot] <203337993+team-wolverine-nrm-repo-updater[bot]@users.noreply.github.com>
Co-authored-by: Ryan Rondeau <nayr974@users.noreply.github.com> Co-authored-by: team-wolverine-nrm-repo-updater[bot] <203337993+team-wolverine-nrm-repo-updater[bot]@users.noreply.github.com>
#1402) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: afwilcox <alecwilcox@gmail.com> Co-authored-by: team-wolverine-nrm-repo-updater[bot] <203337993+team-wolverine-nrm-repo-updater[bot]@users.noreply.github.com>
…e no attachments does not do anything (#1432) Co-authored-by: afwilcox <alecwilcox@gmail.com> Co-authored-by: team-wolverine-nrm-repo-updater[bot] <203337993+team-wolverine-nrm-repo-updater[bot]@users.noreply.github.com>
Co-authored-by: Ryan Rondeau <ryan_rondeau@live.ca> Co-authored-by: team-wolverine-nrm-repo-updater[bot] <203337993+team-wolverine-nrm-repo-updater[bot]@users.noreply.github.com>
Co-authored-by: team-wolverine-nrm-repo-updater[bot] <203337993+team-wolverine-nrm-repo-updater[bot]@users.noreply.github.com>
…1434) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alec Wilcox <alecwilcox@gmail.com> Co-authored-by: team-wolverine-nrm-repo-updater[bot] <203337993+team-wolverine-nrm-repo-updater[bot]@users.noreply.github.com>
…s-with-duplicate-names
afwilcox
requested changes
Feb 19, 2026
Collaborator
afwilcox
left a comment
There was a problem hiding this comment.
This is working great for tasks, but according to the ticket it should also work the same for complaints.
…s-with-duplicate-names
…s-with-duplicate-names
|
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.



Description
This PR is to warn a user when uploading an attachment will result in a new version of an existing one.
Fixes # (CE-2144)
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist
Further comments
Thanks for the PR!
Deployments, as required, will be available below:
Please create PRs in draft mode. Mark as ready to enable:
After merge, new images are deployed in:
Thanks for the PR!
Deployments, as required, will be available below:
Please create PRs in draft mode. Mark as ready to enable:
After merge, new images are deployed in: