iachat/app/javascript/dashboard/store
Shivam Mishra 6829328182
fix(filters): correct null matching logic [CW-5741] (#12627)
This PR fixes a bug came from assuming the old null check only mattered
for the `is_not_present` filter.

The fix keeps `not_equal_to` working but lets each operator decide what
to do with `null`. Presence filters look at a shared `isNullish` flag,
text filters still rely on `contains`, and date filters skip
conversations with no timestamp. The new spec covers the null-assignee
scenario for both `equal_to` and `not_equal_to` so we don’t miss this
again.
2025-10-09 18:19:20 +05:30
..
captain feat: Add UI for custom tools (#12585) 2025-10-06 09:05:54 -07:00
modules fix(filters): correct null matching logic [CW-5741] (#12627) 2025-10-09 18:19:20 +05:30
utils feat: Prevent saving preferences and status when impersonating (#11164) 2025-05-20 17:34:30 -07:00
constants.js fix: stale report value shown if summary fetch breaks (#11270) 2025-04-15 20:18:06 +05:30
index.js feat: Add UI for custom tools (#12585) 2025-10-06 09:05:54 -07:00
mutation-types.js feat: Agent capacity policy Create/Edit pages (#12424) 2025-09-12 18:42:55 +05:30