symfony-cmf / seo-bundle

A SEO Solution for duplicate contents, page titles, etc.
https://cmf.symfony.com
47 stars 27 forks source link

BurgovKeyValueBundle doesn't show any field in sandbox #205

Closed wouterj closed 9 years ago

wouterj commented 9 years ago

See http://cmf.liip.ch/en/admin/sandbox/main/demoseocontent/create

The sandbox is enabling the BurgovKeyValueBundle, but it doesn't show any field. I don't know if this is a problem specific for the sandbox or a general bug in the SeoBundle/BurgovKeyValueBundle.

dbu commented 9 years ago

hm, that might be a bug with sonata 2.3 or a behaviour change in burgov. it used to show an add button in this case. or it could be that the javascript is not loaded anymore.

ElectricMaxxx commented 9 years ago

mh ... just open an issue on burgov...-bundle?

jrmyio commented 9 years ago

I have the same problem with the Menu bundle when you add the attributes etc.

I fixed this locally for me by applying the following: https://github.com/robhunt3r/KeyValueFormBundle/commit/1a57b344f016041172c6a5c070423b953d9878aa

However, I am not sure who is responsible to make the necessary changes. But if this is a requirement something should be added to: http://symfony.com/doc/master/cmf/bundles/menu/sonata_admin.html http://symfony.com/doc/master/cmf/bundles/seo/seo_aware.html#sonata-admin-integration

dbu commented 9 years ago

could that be this problem: https://github.com/symfony-cmf/symfony-cmf-docs/pull/674

if so, we should update the sandbox to handle that. the strange thing is that i definitely remember it working at some point. maybe sonata changed something?

dbu commented 9 years ago

it indeed was missing configuration. see https://github.com/symfony-cmf/cmf-sandbox/pull/298