mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-19 14:08:47 -04:00
[WIP] invited user now has comma separated permission values
stored against it so that user can be created with correct permissions.
This commit is contained in:
@@ -166,6 +166,7 @@ class NotificationStatusSchema(BaseSchema):
|
||||
|
||||
|
||||
class InvitedUserSchema(BaseSchema):
|
||||
|
||||
class Meta:
|
||||
model = models.InvitedUser
|
||||
|
||||
|
||||
Reference in New Issue
Block a user