- Notifications
You must be signed in to change notification settings - Fork673
Commit115938b
committed
feat: add support for lists of integers to ListAttribute
Previously ListAttribute only support lists of integers. Now be moreflexible and support lists of items which can be coerced into strings,for example integers.This will help us fix issue#1407 by using ListAttribute for the'iids' field.1 parente37de18 commit115938b
2 files changed
+6
-1
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
62 | 67 |
| |
63 | 68 |
| |
64 | 69 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 |
| - | |
| 45 | + | |
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
|
0 commit comments
Comments
(0)