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