You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use case:
We have messaging as part of our system where the message view is a subroute on threads. The message create permission is dependent on the permissions for the thread.
Is there some way that you can expose the view for this or provide a recommended way of making this check?
Route is along the line of /threads/:id/messages/ and needs the matching thread from the route to perform the permission check.
The text was updated successfully, but these errors were encountered:
Use case:
We have messaging as part of our system where the message view is a subroute on threads. The message create permission is dependent on the permissions for the thread.
Is there some way that you can expose the view for this or provide a recommended way of making this check?
Route is along the line of
/threads/:id/messages/
and needs the matching thread from the route to perform the permission check.The text was updated successfully, but these errors were encountered: