Fixed
Details
Priority
MinorAssignee
AlexAlexReporter
AlexAlexDeveloper
Gleb SinkovskiyGleb SinkovskiyReviewer
AlexAlexChange Log Group
ChangedChange Log Message
The menu width in Admin Console is now a per-user setting with fallback to global setting if missing.Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Time tracking
15m loggedStory Points
1Fix versions
Details
Details
Priority
Assignee
Alex
AlexReporter
Alex
AlexDeveloper
Gleb Sinkovskiy
Gleb SinkovskiyReviewer
Alex
AlexChange 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.
Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Time tracking
15m logged
Story Points
1
Fix versions
Created April 28, 2016 at 9:06 AM
Updated December 29, 2024 at 8:53 PM
Resolved July 25, 2016 at 8:12 AM
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