FabienPennequin / FPNTagBundle

This bundle allows to tag your Doctrine entities easily
http://knpbundles.com/FabienPennequin/FPNTagBundle
76 stars 50 forks source link

tag.createdAt is not the Taggable entity date #34

Open rvanlaak opened 10 years ago

rvanlaak commented 10 years ago

It seems like the tagManager does not show the proper date when the tags are loaded.

/* @var $tagManager \FPN\TagBundle\Entity\TagManager */
$tagManager = $this->get('fpn_tag.tag_manager');
$tagManager->loadTagging($order);

While iterating over order.tags in Twig, and making use of tag.createdAt that field contains the date the Tag itself was originally created.

In what way can I get the date the Taggable Order originally was tagged?

rvanlaak commented 10 years ago

ping @FabienPennequin