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
The workflow by which a PI creates a ResearchGroup instance. Two step process using a form:
Getting the view displays terms and conditions (placeholder text is fine for now) and contains a form with a single checkbox for accepting the T&Cs.
Posting the form data validates that the checkbox has been clicked and creates the ResearchGroup instance.
Permission to access the view should be gated behind the permission check implemented in #65 to prevent ineligable users from creating a ResearchGroup.
The text was updated successfully, but these errors were encountered:
The workflow by which a PI creates a
ResearchGroup
instance. Two step process using a form:Permission to access the view should be gated behind the permission check implemented in #65 to prevent ineligable users from creating a ResearchGroup.
The text was updated successfully, but these errors were encountered: