From 9a04f5b0c4ce980b9c6bf1ea99d599ab772b74ed Mon Sep 17 00:00:00 2001 From: Sahil Batra Date: Thu, 18 Jan 2024 15:51:36 +0530 Subject: [PATCH] gear_menu: Open group settings overlay with "#groups/your" hash. This commit fixes the bug in browser back button behavior when opening the groups overlay from gear menu. The bug was caused due to browser history containing both "#groups" and "#groups/your" entries, which essentially resulted in a "#groups/your" -> "#groups" -> "#groups/your" cycle and thus nothing happend on clicking browser back button. The case for a user manually typing "#groups" url would be handled in next commit. (cherry picked from commit eced3d9d6af3e3efa9fd5418084061d5e7c9c225) --- web/templates/gear_menu_popover.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/templates/gear_menu_popover.hbs b/web/templates/gear_menu_popover.hbs index be4d909d7c..52f30f01cb 100644 --- a/web/templates/gear_menu_popover.hbs +++ b/web/templates/gear_menu_popover.hbs @@ -67,7 +67,7 @@ {{#unless is_guest}}