propelorm / PropelBundle

PropelBundle for Symfony.
http://propelorm.org/Propel/documentation/#working-with-symfony2
180 stars 156 forks source link

fixes panel when default connection is specified #429

Closed Gamesh closed 8 years ago

Gamesh commented 8 years ago

Impossible to access an attribute ("adapter") on a string variable... is thrown when default connection is defined, then config is a string name of that connection, not a configuration options

purrucker commented 7 years ago

@havvg could this fix merged into 1.5 branch too? I'm using Symfony 2.8 and still have trouble with the described problem.

havvg commented 7 years ago

@purrucker I just pushed https://github.com/propelorm/PropelBundle/tree/1.5.2 containing the fix.

purrucker commented 7 years ago

@havvg Fast as lightning! Works as expected, thank you very much!