🐛(backend) manage invitation partial update without email
An invitation can be updated to change its role. The front use a PATCH sending only the changed role, so the email is missing in the InivtationSerializer.validate method. We have to check first if an email is present before working on it.
This commit is contained in:
@@ -15,6 +15,8 @@ and this project adheres to
|
||||
### Fixed
|
||||
|
||||
- ⚡️(backend) improve trashbin endpoint performance
|
||||
- 🐛(backend) manage invitation partial update without email #1494
|
||||
|
||||
|
||||
## [3.8.0] - 2025-10-14
|
||||
|
||||
|
||||
Reference in New Issue
Block a user