-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Break BatchInvitation creation into two steps
The existing batch invitations controller handles uploading the CSV of users and setting a default organisation, and it delegates managing permissions to the new batch invitation permissions controller. The BatchInvitation and its BatchInvitationUsers will still be persisted once this first form is submitted, but the jobs, emails, etc won't be kicked-off (the batch invitation won't be "in progress") until the permissions form has been submitted.
- Loading branch information
Showing
4 changed files
with
20 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters