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::SummaryQuerywas not filtering groups by wedding sinceActsAsTenantscopes 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
Guestmodel 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