symfony2admingenerator / AvocodeFormExtensionsBundle

(old-legacy) Symfony2 form extensions for Admingenerator project (also working standalone!)
Other
48 stars 31 forks source link

add order of registerBundles to make 'options' of HelpMessageExtension work #58

Closed robertfausk closed 11 years ago

robertfausk commented 11 years ago

I had to put the form-extensions-bundle right before the admingeneratorgenerator-bundle to make the rendering of 'help' work with the twig function form_row (using HelpMessageExtension).

This took me round about 4 hours.


        $bundles[] = new Avocode\FormExtensionsBundle\AvocodeFormExtensionsBundle();
        $bundles[] = new Admingenerator\GeneratorBundle\AdmingeneratorGeneratorBundle();

see also discussion in: https://github.com/avocode/FormExtensions/pull/9

ioleo commented 11 years ago

@robertfausk merged, thanks

robertfausk commented 11 years ago

@loostro you're welcome