the $action->getSubject->getName() is always empty because the $subject was created by action manager in step one and the its $name attribute had never been set.
After tracing source code in Spy\TimelineBundle\Driver\ODM\ActionManager, the effected attribute should be $identifier.
the $action->getSubject->getName() is always empty because the $subject was created by action manager in step one and the its $name attribute had never been set. After tracing source code in Spy\TimelineBundle\Driver\ODM\ActionManager, the effected attribute should be $identifier.