Description
On the IPv6 Port Service page, tapping the back button navigates to the Menu page instead of returning to Advanced Settings.
Root Cause
The backFallback in lib/page/ipv6_port_service/views/usp_ipv6_port_service_view.dart:29 is set to RouteNamed.uspAdvancedSettings, and the route is correctly defined as a child of uspAdvancedSettings in lib/route/route_usp_dashboard.dart:137. Despite this configuration, the back navigation does not resolve to the parent route as expected and instead falls through to the Menu page.
Expected Behavior
Tapping the back button on the IPv6 Port Service page should return the user to the Advanced Settings page.
Description
On the IPv6 Port Service page, tapping the back button navigates to the Menu page instead of returning to Advanced Settings.
Root Cause
The
backFallbackinlib/page/ipv6_port_service/views/usp_ipv6_port_service_view.dart:29is set toRouteNamed.uspAdvancedSettings, and the route is correctly defined as a child ofuspAdvancedSettingsinlib/route/route_usp_dashboard.dart:137. Despite this configuration, the back navigation does not resolve to the parent route as expected and instead falls through to the Menu page.Expected Behavior
Tapping the back button on the IPv6 Port Service page should return the user to the Advanced Settings page.