Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
fix typo in error message about burgov/key-value-form-bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Oct 9, 2014
1 parent 0b66c71 commit 55e0ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/CmfMenuExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public function loadExtensions($config, XmlFileLoader $loader, ContainerBuilder
}

if ($config['admin_extensions']['menu_options']['advanced'] && !isset($bundles['BurgovKeyValueFormBundle'])) {
throw new InvalidConfigurationException('To use advanced menu options, you need the burgov/key-value-bundle in your project.');
throw new InvalidConfigurationException('To use advanced menu options, you need the burgov/key-value-form-bundle in your project.');
}

$container->setParameter($this->getAlias() . '.admin_extensions.menu_options.advanced', $config['admin_extensions']['menu_options']['advanced']);
Expand Down

3 comments on commit 55e0ef2

@lsmith77
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://travis-ci.org/symfony-cmf/MenuBundle/jobs/37495825 .. I suspect its because of SonataAdminBundle 2.3

@dbu
Copy link
Member Author

@dbu dbu commented on 55e0ef2 Oct 10, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, otherwise we would see some exception.
i will investigate. for a project where i updated to the cmf 1.2 i had to lock sonata to 2.2 as the design of the admin completely exploded. but i think we overwrite some templates in that project.

@lsmith77
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see #209

Please sign in to comment.