Forbid all but one field using field policies
Hello, I need to forbid Anonymous actor access to all fields but id and
But this seems to not be working, probably because for
status. Basically it's needed for some calulcations but we don't want him to have access to any other data. So I've tried using policies like this:But this seems to not be working, probably because for
status filed Ash checks policies from both status and :*. Is there any way to achieve that?