Fixed
Details
Priority
MinorAssignee
AlexAlexReporter
AlexAlexDeveloper
AlexAlexReviewer
Gleb SinkovskiyGleb SinkovskiyChange Log Group
FixedChange Log Message
Module tab in Catalog wasn't activated when module category was selected in category tree.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.
BC Break Details
Deleted methods:
"CategoryHelper::getModuleRootCategories"
Return value changed:
the "CategoryHelper::getCategoryModule" returns "array();" instead of "false", when module isn't found.
Solution
make "CategoryHelper::getCategoryModule" return "false" when no match was found.
Story Points
1Fix versions
Details
Details
Priority
Assignee
Alex
AlexReporter
Alex
AlexDeveloper
Alex
AlexReviewer
Gleb Sinkovskiy
Gleb SinkovskiyChange Log Group
Fixed
Change Log Message
Module tab in Catalog wasn't activated when module category was selected in category tree.
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.
BC Break Details
Deleted methods:
"CategoryHelper::getModuleRootCategories"
Return value changed:
the "CategoryHelper::getCategoryModule" returns "array();" instead of "false", when module isn't found.
Solution
make "CategoryHelper::getCategoryModule" return "false" when no match was found.
Story Points
1
Fix versions
Created October 30, 2015 at 4:10 PM
Updated December 29, 2024 at 8:54 PM
Resolved January 17, 2016 at 11:36 AM
Change "CategoryHelper::getCategoryModule" to compare each of given categories in reverse order to each module category.