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
Once an anonymous user fills in the new registration form, the submit action must create a pair of linked SDE requests - one for creation of a user account, another for the remainder of the registration - and submit them to the SDE.
See the planning notes for the registration process here:
Description
Once an anonymous user fills in the new registration form, the submit action must create a pair of linked SDE requests - one for creation of a user account, another for the remainder of the registration - and submit them to the SDE.
See the planning notes for the registration process here:
Depends on
Requests
Assuming that the form data is valid, two requests must be created:
CreateResearchUserRequest
JoinOrganisationRequest,
CreateOrganisationRequestor
CreateDepartmentRequest`Once both are created, they must also be linked together so that the
CreateResearchUserRequest
is marked as the previous request to the next one.Both requests must also be submitted and linked to the "anonymous" research user (this might be able to be done on the
sde-core
side).The initial states of the request must be:
CreateResearchUserRequest
-->Awaiting Pickup
Draft
The text was updated successfully, but these errors were encountered: