You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Analysts and superusers can cancel an invitation in the Domain Mangers page of a domain, so it makes sense they should be able to cancel an invite on django admin. However, right now we don't allow anyone to change the state on django admin for invitations, making it impossible for any one to change an invited domain invitation to "canceled".
Acceptance criteria
domain invitations can be canceled in django admin
domain invitations still cannot be manually marked as retrieved or invited (this would cause issues in other code areas)
Issue description
Analysts and superusers can cancel an invitation in the Domain Mangers page of a domain, so it makes sense they should be able to cancel an invite on django admin. However, right now we don't allow anyone to change the state on django admin for invitations, making it impossible for any one to change an invited domain invitation to "canceled".
Acceptance criteria
Additional context
No response
Links to other issues
The text was updated successfully, but these errors were encountered: