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
I have a case where I want an Action that allows a front-end web app to get a Location if they have the Location.slug but not just search all locations.
So for I want an action that is GetLocationBySlug but I don't want public access to the locations, if a public user hits the action will it get denied if the locations table does not have public access?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have a case where I want an
Action
that allows a front-end web app to get aLocation
if they have theLocation.slug
but not just search all locations.So for I want an action that is
GetLocationBySlug
but I don't wantpublic
access to thelocations
, if apublic
user hits the action will it get denied if thelocations
table does not havepublic
access?Beta Was this translation helpful? Give feedback.
All reactions