sysadmin delete domain tag support for skipping provider check #3104
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
Whenever a domain administrator deletes a domain, the server verifies that there are no dependencies on the domain before allowing the deletion to move forward. This also includes making external calls to registered providers.
However, there is no way to skip this option. If we ever come across a case, where the provider keeps reporting that the domain is in use due to some incorrect state, we're stuck and we can no longer delete the domain.Even the system admins can't delete the domain.
We now provide the capability for system admins to delete these domains with the use of Tags. So if we come across this case, the domain admin:
Contribution Checklist:
Attach Screenshots (Optional)