Define CUD endpoints for the Groups model #173
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "groups-endpoints"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The class
Groups::SummaryQuery
was not filtering groups by wedding sinceActsAsTenant
scopes don't apply to raw SQL queries. This query object has been rewritten in a way it leverages the gem's scopes.Additionally, we've included endpoints to create, update and delete groups.
The
Guest
model has been updated to allow null groups IDs (when a group has been removed, or a user is still ungrouped)groups-endpointsto Define CUD endpoints for the Groups model