Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(registrar): transaction for approving multiple applications
- Approval or rejection of multiple applications can't run in a single transaction since it is subject to non-revertible effects (like sending emails). - We can't afford to rollback action on X applications just because one of them failed. - GUI should be probably updated to handle this change and maybe also server can provide better feedback.
- Loading branch information