cisagov / manage.get.gov

A Django-based domain name registrar used by the .gov domain to communicate with an EPP registry
https://get.gov
Other
53 stars 14 forks source link

Don't require submitter on requests if the feature flag is on #2358

Closed abroddrick closed 3 days ago

abroddrick commented 4 days ago

Issue description

Currently, if the feature flag is on and a user tries to submit a request they are blocked because submitter is still being required. While Your contact doesn't show on the request (note, Your contact is the "Submitter"), we have a function that checks if the request has met all the requirements and this function is what is currently blocking users from submitting requests.

Acceptance criteria

Additional context

slack thread

Links to other issues

No response