Fixed
Details
Priority
MinorAssignee
AlexAlexReporter
Gleb SinkovskiyGleb SinkovskiyDeveloper
Gleb SinkovskiyGleb SinkovskiyReviewer
AlexAlexChange Log Group
FixedChange Log Message
Attempt to hide "Addresses" tab during user editing in Admin Console had no effect.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.
Story Points
1Fix versions
Affects versions
Details
Details
Priority
Assignee
Alex
AlexReporter
Gleb Sinkovskiy
Gleb SinkovskiyDeveloper
Gleb Sinkovskiy
Gleb SinkovskiyReviewer
Alex
AlexChange Log Group
Fixed
Change Log Message
Attempt to hide "Addresses" tab during user editing in Admin Console had no effect.
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.
Story Points
1
Fix versions
Affects versions
Created August 13, 2014 at 7:20 AM
Updated December 29, 2024 at 11:27 PM
Resolved February 22, 2015 at 8:44 PM
Need to change code, that adds "Addresses" tab to user adding/editing form in Admin Console the way, that it will use
['addresses']
index for the array ofEditTabPresets
instead of just[]
, which results in 0 index to be used.