Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix an error when an anonymous user fills the form
SaveDBAction.execute method uses request.user for form_user but request.user is not an instance of User for AnonymousUsers therefore we need to check for whether the user is logged in or not
- Loading branch information