Closed (fixed)
Project:
Posthog Analytics integration
Version:
2.x-dev
Component:
Code (posthog)
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Apr 2026 at 15:48 UTC
Updated:
6 May 2026 at 09:45 UTC
Jump to comment: Most recent
Comments
Comment #3
anybodySeems the reason is that the conditions for "required" are also checking by OR!
So one is always valid xD
Comment #4
anybodyLet's see if !in works, never tried that...
Otherwise we may need a different syntax for AND
Comment #5
anybodyNice, this works in Tugboat!
Should we add a functional JS test to ensure that for the future or are we fine?
@grevil after review please merge and tag a new release then once everything is fixed. Thanks!
Comment #6
grevil commentedLGTM!
I don't think we need a test.
Comment #8
grevil commented