Commit 97a3852
Kit (OpenClaw)
fix: apply Mongoid 8 any_of fixes to activity_view_model and tax/rate
- admin/activity_view_model.rb: collect any_of clauses into array and
call any_of(*clauses) once outside the loop; avoids AND-of-ORs in
Mongoid 8 when multiple IDs are provided (WA-VERIFY-091)
- core/tax/rate.rb: splat clauses array in any_of call to match Mongoid
8 variadic signature (WA-VERIFY-091)
Note: branch also includes WA-VERIFY-089 count→size changes from prior commit.1 parent 568ab83 commit 97a3852
2 files changed
Lines changed: 5 additions & 4 deletions
File tree
- admin/app/view_models/workarea/admin
- core/app/models/workarea/tax
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
| 63 | + | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments