Fixed
Details
Priority
MinorAssignee
AlexAlexReporter
AlexAlexDeveloper
AlexAlexReviewer
Gleb SinkovskiyGleb SinkovskiyChange Log Group
ChangedChange Log Message
The "kDBEventHandler::checkItemStatus" no longer called, when kDBItem object is loaded not from Web Request.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
Details
Details
Priority
Assignee
Alex
AlexReporter
Alex
AlexDeveloper
Alex
AlexReviewer
Gleb Sinkovskiy
Gleb SinkovskiyChange Log Group
Changed
Change Log Message
The "kDBEventHandler::checkItemStatus" no longer called, when kDBItem object is loaded not from Web Request.
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
Created January 19, 2016 at 2:49 PM
Updated December 29, 2024 at 8:53 PM
Resolved July 25, 2016 at 8:55 AM
Plan:
make "kDBEventHandler::getPassedId" and "kDBEventHandler::StoreSelectedIDs" methods to set "id_from_request" event parameter to the "$event" variable, when ID was obtained from Web Request
in the "kDBEventHandler::OnItemBuild" event, when we're doing object auto-loading replace call to "kDBEventHandler::checkItemStatus" method with "true", when "id_from_request" event parameter is "false"
to reduce human error factor the "kEvent::ID_FROM_REQUEST" constant needs to be created and used instead of using "id_from_request" string