Method "kEvent::CallSubEvent" doesn't pass event parameters to sub-event
Components
Labels
None
Description
Context Information
None
Additional information (do not use)
Bonus ability to call event from other unit.
Attachments
1
Activity
Show:
Dmitry Andrejev November 30, 2010 at 6:48 PM
Closing released 5.1.1 task.
Alex August 28, 2010 at 8:32 PM
Fix committed to [b]5.1.x branch/b. Commit Message:
Fixes #0000825: Method "kEvent::CallSubEvent" doesn't pass event parameters to sub-event
Dmitry Andrejev August 26, 2010 at 10:43 PM
Code reviewed and tested good - please commit.
Fixed
Priority
Assignee
Reporter
Alex
AlexDeveloper
Alex
AlexPatch 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.
External issue ID
825
External issue URL
Fix versions
Affects versions
Created August 11, 2010 at 2:07 PM
Updated December 29, 2024 at 9:17 PM
Resolved November 30, 2010 at 6:48 PM
Method "kEvent::CallSubEvent" doesn't pass event parameters to sub-event.
For example, when you create new event and call OnSave event from it, then you won't get saved ids in "ids" parameter as you will get in OnSave event himself.