Hello, Seems similarly broken in PR8, noticed this while trying to override FrameworkBundle error templates.
On Mar 10, 8:42 am, Brocco <[email protected]> wrote: > Hello, > I confirm it doesn't work with PR7. Should we report the bug > somewhere? > > On 9 mar, 11:52, Christophe COEVOET <[email protected]> wrote: > > > Le 02/03/2011 11:33, Brocco a crit : > > > > Hello, > > > I'm writing a bundle for symfony2 and I would like tooverridesome of > > > itstemplatein my app. I tried doing what's written in the doc there: > > >http://docs.symfony-reloaded.org/master/guides/templating.html#overri... > > > But it doesn't work. > > > > My bundletemplateis in MyBundle/Resources/views/Foo/bar.html.twig > > > And I copied it and modified it in app/views/MyBundle/Foo/ > > > bar.html.twig > > > > But symfony uses thetemplatefrom the bundle. And if I delete it from > > > the bundle, symfony tells me that it can't find thetemplateI'm > > > trying to render. The code I'm using: > > > $this->render('MyBundle:Foo:bar.html.twig')); > > > > Is it a bug or a problem in my configuration? > > > thanks > > > This is a bug > > > -- > > Christophe | Stof -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en
