Skip to content
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

admin fix: don't break when share already knows #10103

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

aaxelb
Copy link
Contributor

@aaxelb aaxelb commented Nov 4, 2022

Purpose

avoid a silly 502 in the admin

Changes

handle 409 Conflict response in AbstractProvider.setup_share_source (it means the source already exists in share, so there's no problem)

relevant share view

QA Notes

Please make verification statements inspired by your code and what your code touches.

  • Verify
  • Verify

What are the areas of risk?

Any concerns/considerations/questions that development raised?

Documentation

Side Effects

Ticket

handle `409 Conflict` response in AbstractProvider.setup_share_source
(it means the source already exists in share, so there's no problem)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant