Fixed
Details
Priority
MinorAssignee
AlexAlexReporter
AlexAlexDeveloper
AlexAlexReviewer
Erik S.Erik S.Change Log Group
FixedChange Log Message
Fixed SQL error, when searching in "Show All" mode in Admin Console's Catalog.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
1h 30m loggedStory Points
1Fix versions
Details
Details
Priority
Assignee
Alex
AlexReporter
Alex
AlexDeveloper
Alex
AlexReviewer
Erik S.
Erik S.Change Log Group
Fixed
Change Log Message
Fixed SQL error, when searching in "Show All" mode in Admin Console's Catalog.
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
1h 30m logged
Story Points
1
Fix versions
Created May 8, 2019 at 5:19 PM
Updated December 29, 2024 at 8:49 PM
Resolved January 4, 2021 at 9:00 AM
In the "\kCatDBEventHandler::prepareObject" method change this code:
$object->addCalculatedField('CachedNavbar', 'l' . $this->Application->GetVar('m_lang') . '_CachedNavbar');
into
$object->addCalculatedField('CachedNavbar', TABLE_PREFIX . 'Categories.l'.$this->Application->GetVar('m_lang') . '_CachedNavbar');