-
Type: Task
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.2.2-B1
-
Component/s: Admin Interfaces
-
Labels:None
-
Change Log Group:Changed
-
Change Log Message:The menu width in Admin Console is now a per-user setting with fallback to global setting if missing.
-
Story Points:1
-
Copy Issue Key:
-
Patch Instructions:
Plan:
- change "adm:OnSaveMenuFrameWidth" event to save given width into "MenuFrameWidth" persistent session variable
- change "adm:MenuFrameWidth" tag to:
- get value of "MenuFrameWidth" persistent session variable
- if it's not a number, then fallback to "MenuFrameWidth" system setting value
- if it's not a number, then fallback to 200 as now