sonata-project / SonataAdminBundle

The missing Symfony Admin Generator
https://docs.sonata-project.org/projects/SonataAdminBundle
MIT License
2.11k stars 1.26k forks source link

Entity label not working correctly #1721

Closed leroy0211 closed 11 years ago

leroy0211 commented 11 years ago

When I edit an entity normally the name of the entity is listed in de breadcrumbs but I have the result of the query as a string. (see printscreen).

Any help on this:

My setup:

My composer require section:

"require": {
        "php": ">=5.3.3",
        "symfony/symfony": "2.3.*",
        "doctrine/orm": ">=2.2.3,<2.4-dev",
        "doctrine/doctrine-bundle": "1.2.*",
        "twig/extensions": "1.0.*",
        "symfony/assetic-bundle": "2.3.*",
        "symfony/swiftmailer-bundle": "2.3.*",
        "symfony/monolog-bundle": "2.3.*",
        "sensio/distribution-bundle": "2.3.*",
        "sensio/framework-extra-bundle": "2.3.*",
        "sensio/generator-bundle": "2.3.*",
        "incenteev/composer-parameter-handler": "~2.0",
        "propel/propel-bundle" : "1.2.*",
        "knplabs/knp-menu-bundle": "1.1.x-dev",
        "sonata-project/block-bundle": "2.2.*@dev",
        "sonata-project/exporter" : "dev-master as 1.3.2",
        "sonata-project/jquery-bundle" : "1.8.*",
        "sonata-project/cache-bundle" : "dev-master",
        "sonata-project/intl-bundle" : "dev-master",
        "sonata-project/admin-bundle": "2.2.*@dev",
        "sonata-project/propel-admin-bundle": "dev-master"

screenshot from 2013-10-09 19 42 22

rande commented 11 years ago

You should report this issue to the correct bundle, SonataPropelAdminBundle.