Breadcrumb shows hardcoded "dev" instead of proper navigation path #61
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The breadcrumb at the top of the route diagram page displays "dev" as a static string. It should show the actual navigation hierarchy.
Expected
Breadcrumb format: Transactions > {agent group} > {route name}
Each segment should reflect the real values from the current route context.