.tpl files won't refresh

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • yuri
    replied
    It's not a correct solution. Noting for anyone who read it in the future.

    Leave a comment:


  • BattleMetalChris
    replied
    I got it to work by using

    Code:
    sudo php command.php rebuild --force
    and

    Code:
    sudo php command.php clear-cache

    from the command line.

    Leave a comment:


  • yuri
    replied
    Maybe update app timestamp: https://docs.espocrm.com/administrat...-app-timestamp

    Templates might be cached in the browser's cache. If you use ext-template repository, just use developer mode, it will disable caching.

    Leave a comment:


  • Kharg
    replied
    If you can share your code maybe we can provide more support

    Leave a comment:


  • item
    replied
    Hi,
    have you tried : https://docs.espocrm.com/administrat...-app-timestamp

    Leave a comment:


  • BattleMetalChris
    started a topic .tpl files won't refresh

    .tpl files won't refresh

    I'm working on a module which involves overriding a view and replacing the template it uses.

    I can get it using my new .tpl file no problem, but if I make any changes to it once its being used, those changes aren't being loaded.

    I'm rebuilding and clearing the cache from the Administration screen each time, and I've also tried manually clearing out data/cache
Working...