.tpl files won't refresh
Collapse
X
-
I got it to work by using
Code:sudo php command.php rebuild --force
Code:sudo php command.php clear-cache
from the command line.Leave a comment:
-
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:
-
-
.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/cacheTags: None
Leave a comment: