07-23-2023, 09:19 PM
It's getting the old version from it's internal template cache.
You can clear the template cache when using the SA-GUI version from the menu:
You also can disable the template cache while debugging using this property of the ServerController
DisableTemplateCacheOnDebug = True
If you modify the template in production you need to either restart the application or clear the template cache programmatically
The new template cache feature has been described here when 15.3.0 was released:
https://www.atozed.com/2023/04/whats-new...aweb-15-3/
You can clear the template cache when using the SA-GUI version from the menu:
You also can disable the template cache while debugging using this property of the ServerController
DisableTemplateCacheOnDebug = True
If you modify the template in production you need to either restart the application or clear the template cache programmatically
The new template cache feature has been described here when 15.3.0 was released:
https://www.atozed.com/2023/04/whats-new...aweb-15-3/

