Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Branch 2.0 not synced #29

Closed
gimler opened this issue Jul 16, 2012 · 2 comments
Closed

Branch 2.0 not synced #29

gimler opened this issue Jul 16, 2012 · 2 comments

Comments

@gimler
Copy link

gimler commented Jul 16, 2012

see sonata-project/SonataAdminBundle#737 (comment) the templates are missing so it throws the exception

exception:

Object of class DateTime could not be converted to string

admin class:

        $listMapper
            ->add('createdAt', 'datetime')

entity class:

    /**
     * @var datetime $createdAt
     *
     * @ORM\Column(name="created_at", type="datetime")
     * @Gedmo\Timestampable(on="create")
     */
    private $createdAt;
@andrewtch
Copy link

bump.

@rande
Copy link
Member

rande commented Dec 9, 2013

seems to be a SonataAdminBundle issue

@rande rande closed this as completed Dec 9, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants