Skip to content

tag.createdAt is not the Taggable entity date #34

Description

@rvanlaak

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions