-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inviting unregistered users by email #6901
Conversation
cvat/apps/organizations/templates/invitation/invitation_message.html
Outdated
Show resolved
Hide resolved
If discussed on HLD, ok. |
Codecov Report
@@ Coverage Diff @@
## develop #6901 +/- ##
===========================================
- Coverage 82.58% 82.37% -0.21%
===========================================
Files 360 361 +1
Lines 38914 39115 +201
Branches 3570 3579 +9
===========================================
+ Hits 32137 32221 +84
- Misses 6777 6894 +117
|
cvat/schema.yml
Outdated
type: string | ||
readOnly: true | ||
nullable: true | ||
$ref: '#/components/schemas/BasicInvitation' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was thinking more along the lines of leaving this field as it is, and adding a new field with the BasicInvitation
type.
BTW I dont think this field was used in any way, because all the previous invitations were auto accepted.
Even if it wasn't used by the UI, it was still exposed. In particular, the SDK will attempt to parse all fields in a response, even if you don't use some of them, so this change will break it.
Please let me play a littile bit with the PR. Probably, I have some questions. |
Motivation and context
How has this been tested?
Checklist
develop
branch(cvat-canvas,
cvat-core,
cvat-data and
cvat-ui)
License
Feel free to contact the maintainers if that's a concern.