From 2a0d1862df290afbbf3e194d46963f82653fc0d6 Mon Sep 17 00:00:00 2001 From: gsinghpal Date: Fri, 22 May 2026 22:10:36 -0400 Subject: [PATCH] feat(fusion_plating_shopfloor): rewire menus to Shop Floor Landing (P3.5) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plan task P3.5. Single 'Workstation' menu item replaces both the legacy 'Tablet Station' and 'Plant Overview' entries. The new fp_shopfloor_landing component has a Station/All-Plant toggle so one menu covers both old surfaces. Old action records redirected for back-compat (so existing bookmarks + smart-button references keep working): action_fp_shopfloor_tablet tag → fp_shopfloor_landing action_fp_plant_overview tag → fp_shopfloor_landing params → {'mode': 'all_plant'} The legacy OWL components (fp_shopfloor_tablet, fp_plant_overview) remain registered — no code removed, just no menu points at them. Phase 5 cleanup will remove the OWL components after a release of soak time on entech. Co-Authored-By: Claude Opus 4.7 (1M context) --- .../fusion_plating_shopfloor/views/fp_menu.xml | 12 +++++------- .../views/fp_plant_overview_views.xml | 10 ++++++++-- .../views/fp_shopfloor_station_views.xml | 10 +++++++--- 3 files changed, 20 insertions(+), 12 deletions(-) diff --git a/fusion_plating/fusion_plating_shopfloor/views/fp_menu.xml b/fusion_plating/fusion_plating_shopfloor/views/fp_menu.xml index d5f8e980..dc091db7 100644 --- a/fusion_plating/fusion_plating_shopfloor/views/fp_menu.xml +++ b/fusion_plating/fusion_plating_shopfloor/views/fp_menu.xml @@ -26,14 +26,12 @@ sequence="3" groups="fusion_plating.group_fusion_plating_manager"/> - - + diff --git a/fusion_plating/fusion_plating_shopfloor/views/fp_plant_overview_views.xml b/fusion_plating/fusion_plating_shopfloor/views/fp_plant_overview_views.xml index 5dd8bae5..6a7b0b7a 100644 --- a/fusion_plating/fusion_plating_shopfloor/views/fp_plant_overview_views.xml +++ b/fusion_plating/fusion_plating_shopfloor/views/fp_plant_overview_views.xml @@ -7,11 +7,17 @@ - + + + + + + Plant Overview - fp_plant_overview + fp_shopfloor_landing + diff --git a/fusion_plating/fusion_plating_shopfloor/views/fp_shopfloor_station_views.xml b/fusion_plating/fusion_plating_shopfloor/views/fp_shopfloor_station_views.xml index f580889b..4b787433 100644 --- a/fusion_plating/fusion_plating_shopfloor/views/fp_shopfloor_station_views.xml +++ b/fusion_plating/fusion_plating_shopfloor/views/fp_shopfloor_station_views.xml @@ -89,11 +89,15 @@ - + + + + + - Tablet Station - fp_shopfloor_tablet + Shop Floor + fp_shopfloor_landing