OroPlatform Forums

Covering OroPlatform topics, including community updates and company announcements.

Forums Forums OroPlatform OroPlatform – Programming Questions Problems overriding OroIntegrationBundle//update.html.twig

This topic contains 1 reply, has 2 voices, and was last updated by  Yevhen Shyshkin 9 years, 5 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #33514

    Rodolfo
    Participant

    Good Morning,

    I’m trying to extend OroIntegrationBundle and then override ‘update.html.twig’ template. So, it’s not working and I don’t have nothing special in my log files.
    In my bundle I have this code:

    Created a template file in the same path of Integration bundle:

    So, why this is not overriding the core update.html.twig?
    Thanks!

Viewing 1 replies (of 1 total)
  • Author
    Replies
  • #33515

    Yevhen Shyshkin
    Participant

    Hello, rbandeira.

    Please, check that your bundle is enabled (f.e. you can do that from debug toolbar), see documentation for more information.

    If bundle is enabled – clear cache and check your template again.

    To perform easy check you can copy whole content of source template to your template and add “Hello world” to header – so, you changes will be visible.

    If you still have this issue – please, put here full paths to your bundle *.php file, bundles.yml file and template file.

Viewing 1 replies (of 1 total)

The forum ‘OroPlatform – Programming Questions’ is closed to new topics and replies.

Back to top