Normal boolean conditions
Hello,
i want to achieve the following:
Show everything for managers (user is an object outside of drizzle) or the records where the userId is the current users id.
the
user.role == "manager"
part doesnt work. is there a alternative for this without unnecessary if statements?
Thanks yall1 Reply
had i typo
it works
thx