stephpy / timeline-bundle

Symfony2 bundle to make timeline
193 stars 57 forks source link

Update basic_example.markdown #170

Closed wingzero0 closed 9 years ago

wingzero0 commented 9 years ago

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.

stephpy commented 9 years ago

thanks.