-
Notifications
You must be signed in to change notification settings - Fork 26
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
Make meeting_user
actions backend internal
#1888
Comments
Which relations should be excluded from the meeting_user create and update actions? |
Most are updated through the reverse relation. Here is a list of all places where the actions are used and which fields are sent (besides the required fields):
So, the only fields actually used are Also, the |
The meeting user actions should not be accessible from outside the backend. The client does not and should not use them as the user actions encapsulate them for the client.
Also, the payload of
meeting_user.{create|update}
should be reduced and cleaned up. I don't see any necessity to be able to set the various relations via these actions, especially not together with the action currently being public.The text was updated successfully, but these errors were encountered: