Raphaël Bosi
2b5b8a8b13
Link command menu items to specific page layout ( #19706 )
...
- Add a `pageLayoutId` foreign key to `CommandMenuItem`, allowing
command menu items to be scoped to a specific page layout instead of
being globally available
- Filter command menu items by the current page layout on the frontend.
Items with a `pageLayoutId` only appear when viewing that layout, while
items without one remain globally visible
- Create an effect to track the current page layout ID
- Include a seed example: a "Show Notification" command pinned to the
Star history standalone page layout
---------
Co-authored-by: Charles Bochet <charles@twenty.com >
2026-04-16 12:07:36 +00:00
..
2026-04-14 18:31:59 +02:00
2026-04-06 08:13:41 +00:00
2026-04-16 12:07:36 +00:00
2026-04-09 15:58:12 +02:00
2026-04-10 07:34:05 +00:00
2026-04-10 08:45:18 +00:00
2026-02-09 19:02:38 +01:00
2026-04-16 12:07:36 +00:00
2026-04-16 12:07:36 +00:00
2026-04-10 12:47:06 +02:00
2026-03-27 14:47:27 +01:00
2026-04-02 11:20:08 +00:00
2026-04-09 19:30:28 +00:00
2026-04-14 15:52:45 +00:00
2026-04-13 13:13:59 +00:00
2026-03-18 16:32:18 +00:00
2026-04-14 10:18:09 +00:00
2026-04-02 14:50:50 +00:00
2026-04-09 19:33:15 +00:00
2026-03-18 13:25:52 +00:00
2026-03-27 14:47:27 +01:00
2026-02-09 19:02:38 +01:00
2026-02-09 19:19:23 +01:00
2026-02-09 19:02:38 +01:00
2026-03-04 12:48:58 +00:00
2026-04-13 14:38:27 +00:00
2026-04-02 14:50:50 +00:00
2026-02-09 19:02:38 +01:00
2026-02-17 16:32:41 +01:00
2026-02-09 19:02:38 +01:00
2026-03-04 12:48:58 +00:00
2026-02-09 19:02:38 +01:00
2026-04-02 11:20:08 +00:00
2026-04-09 19:30:28 +00:00
2026-04-15 16:49:43 +00:00
2026-02-04 10:17:27 +01:00
2026-04-06 08:13:41 +00:00
2026-04-06 08:13:41 +00:00
2026-04-05 20:14:20 +02:00
2026-04-14 15:52:45 +00:00
2026-04-14 15:52:45 +00:00
2026-04-02 13:15:14 +00:00
2026-04-15 12:29:44 +00:00
2026-04-14 10:18:09 +00:00
2026-04-14 10:18:09 +00:00
2026-04-09 16:13:33 +00:00
2026-04-06 08:13:41 +00:00
2026-04-15 13:26:38 +00:00
2026-03-05 10:34:08 +01:00
2026-03-02 18:58:32 +01:00
2026-01-30 19:28:20 +01:00
2026-04-15 13:26:38 +00:00
2026-01-08 15:45:12 +00:00
2026-03-05 10:34:08 +01:00
2025-12-30 13:47:02 +00:00
2026-02-03 09:06:24 +01:00
2026-04-08 18:43:57 +02:00
2026-04-15 12:29:44 +00:00
2026-04-14 10:18:09 +00:00
2026-04-14 10:18:09 +00:00
2026-04-03 09:19:46 +02:00
2026-03-16 09:57:18 +01:00
2026-03-27 08:13:51 +00:00
2026-02-17 16:32:41 +01:00
2026-04-03 09:19:46 +02:00
2026-03-24 18:10:25 +00:00
2025-12-01 17:08:21 +01:00
2026-03-30 15:01:54 +02:00
2026-04-10 07:34:05 +00:00