-
-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
This may be a misconception on my part. I need your advice on this.
I have an Agency model, with a boolean attribute is_protected.
My Perimeter always specifies ->where(‘is_protected’, false).
However, I have a ProtectedPerimeter (Overlay) that allows me to pass a ->where(‘is_protected’, false).
Since I have to put the OverlayPerimeters at the beginning of my Control, my condition doesn't work.
Metadata
Metadata
Assignees
Labels
No labels