can you not write arbitrary expressions like this ...
# announcements
s
can you not write arbitrary expressions like this if you are not comparing directly to the when parameter?
c
No, you're either checking arbitrary expressions, or comparing to
when
argument. Just remove the
(event)
and it should work.
s
oh. fantastic. I didn't realize it depended on the parameter being there. I have written arbitrary expressions before, which is why I was super confused.