| 37186 |
amit |
1 |
-- PJP Agenda Config menu entry (Jul 2026): FOFO sidebar > Sales PJP (menu 29).
|
|
|
2 |
-- Page itself is allow-list gated in AgendaConfigController; these category rows
|
|
|
3 |
-- only control sidebar VISIBILITY.
|
|
|
4 |
-- auth.menu_category.escalation_type stores the EscalationType ORDINAL
|
|
|
5 |
-- (L1=0 ... L5=4, Final=9), NOT the label.
|
|
|
6 |
|
|
|
7 |
INSERT INTO auth.menu (display_text, description, parent_menu_id, sequence, action_class)
|
|
|
8 |
VALUES ('Agenda Config', 'PJP agenda rule thresholds (defaults + per-partner overrides)', 29, 12, 'agenda-config');
|
|
|
9 |
|
|
|
10 |
SET @agenda_config_menu_id = LAST_INSERT_ID();
|
|
|
11 |
|
|
|
12 |
INSERT INTO auth.menu_category (menu_id, category_id, escalation_type) VALUES
|
|
|
13 |
(@agenda_config_menu_id, 4, '4'), -- Sales L5: tarun.verma, kamini.sharma
|
|
|
14 |
(@agenda_config_menu_id, 8, '2'); -- category-8 L3: amit.gupta
|