From d87ba4764327801163b5035b15f601a33b8c29f8 Mon Sep 17 00:00:00 2001 From: Deimer M Date: Wed, 1 Oct 2025 12:10:58 -0500 Subject: [PATCH] fix: Profile MFE redirection issue (URL path override) This error was occurring because the way the redirect URL was constructed caused the entire base path to be removed. This commit updates the URL construction method to correctly preserve the MFE's path. --- lms/templates/header/user_dropdown.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/header/user_dropdown.html b/lms/templates/header/user_dropdown.html index b4b22e0e32be..a489c17412b9 100644 --- a/lms/templates/header/user_dropdown.html +++ b/lms/templates/header/user_dropdown.html @@ -44,7 +44,7 @@ % endif - + % if should_show_order_history: