Files
payloadcms/test/helpers
Jarrod Flesch dc732b8f52 fix(ui): populate nested fields for enableListViewSelectAPI (#13827)
Fixes an issue with the new experimental `enableListViewSelectAPI`
config option.

Group fields were not populating properly in the list view

### Before (incorrect)
```ts
{
  group.field: true
}
```

### After (correct)
```ts
{
  group: {
    field: true
  }
}
```
2025-09-16 21:23:08 +00:00
..
2024-03-07 15:40:39 -05:00
2024-08-13 12:54:33 -04:00
2024-08-13 12:54:33 -04:00