Skip to content

Commit

Permalink
feat: webEOC filter now uses entryDate and pilot flag (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
afwilcox authored May 21, 2024
1 parent bdb96aa commit 9d52587
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,14 @@ export class WebEOCComplaintsScheduler {
boolean: "and",
items: [
{
fieldname: "incident_datetime",
fieldname: "entrydate",
operator: "GreaterThan",
fieldvalue: formattedDate,
},
{
fieldname:"flag_COS",
operator:"Equals",
fieldvalue:"Yes"}
],
},
};
Expand Down

0 comments on commit 9d52587

Please sign in to comment.