Paul Rastoin
820f97f53d
[Headless Front component] Support multiple selected record (#20268 )
...
# Introduction
Support multiple selected record ids for headless front components
### Changes
**Added:**
- `recordIds: string[]` field to `FrontComponentExecutionContext`
- `useRecordIds()` hook to get all selected record IDs
**Deprecated:**
- `recordId` field - use `recordIds` instead
- `useRecordId()` hook - use `useRecordIds()` instead
Backward compatibility is preserved
2026-05-05 14:53:22 +02:00
..
2026-05-05 14:04:15 +02:00
2026-05-04 21:10:40 +00:00
2026-04-21 08:52:05 +02:00
2026-05-05 14:25:29 +02:00
2026-03-13 14:59:46 +01:00
2026-04-21 00:44:14 +02:00
2026-05-04 15:06:07 +00:00
2026-04-30 09:32:04 +00:00
2026-04-30 09:32:04 +00:00
2026-04-13 09:08:28 +02:00
2026-04-02 10:10:13 +02:00
2026-04-02 10:17:04 +00:00
2026-04-21 09:49:46 +02:00
2026-05-05 14:53:22 +02:00
2026-04-24 10:18:02 +00:00
2026-04-14 15:52:45 +00:00
2026-03-23 10:28:23 +01:00
2026-03-06 01:03:50 +01:00
2026-03-13 14:59:46 +01:00
2026-04-10 10:01:50 +02:00
2026-03-03 16:42:03 +01:00
2026-05-05 14:53:22 +02:00
2026-04-14 11:44:36 +00:00
2026-04-20 08:43:02 +00:00
2026-03-05 15:46:31 +01:00
2026-04-28 10:06:26 +00:00
2026-04-14 16:29:00 +00:00
2026-04-28 16:08:15 +02:00
2026-04-30 09:32:04 +00:00
2026-03-25 16:02:24 +01:00
2026-05-05 14:04:15 +02:00
2026-04-15 13:30:37 +00:00
2026-04-30 17:00:26 +02:00
2026-04-21 14:49:31 +00:00
2026-04-21 00:44:14 +02:00
2026-05-05 09:32:16 +00:00
2026-03-16 00:38:11 +01:00
2026-05-05 14:53:22 +02:00
2026-05-05 14:04:15 +02:00
2026-05-05 14:53:22 +02:00
2026-03-24 23:44:01 +00:00
2026-04-21 14:39:34 +00:00
2026-05-04 15:06:18 +00:00
2026-03-13 19:45:40 +01:00
2026-03-13 14:59:46 +01:00
2026-05-04 11:26:34 +02:00
2026-04-30 09:32:04 +00:00
2026-05-04 15:08:30 +00:00
2026-05-04 15:06:07 +00:00
2026-04-20 08:43:02 +00:00
2026-03-13 14:59:46 +01:00
2026-03-02 18:58:32 +01:00