propelorm / PropelBundle

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

Re-adds ModelType::getName(), broken in 0b31960 #441

Closed ih84ds closed 7 years ago

ih84ds commented 7 years ago

Without this, ModelType is broken in symfony 2.8.

marcj commented 7 years ago

Can you post example code? In my symfony application it works fine.

ih84ds commented 7 years ago

I am using it via Sonata Admin Bundle, and it complains of a mismatch between 'model' and the fully qualified class name. AbstractType::getName() is still called in symfony 2.8, so removing it seems like a Bad Idea.

marcj commented 7 years ago

Oh, just saw that it is for 1.5. Sorry but this is not maintained anymore.