Ticket #2009 (closed defect: fixed)
Avoid/fix admin cache problem
Reported by: | nikrou | Owned by: | nikrou |
---|---|---|---|
Priority: | normal | Milestone: | 2.8 |
Component: | module:core | Version: | dev |
Severity: | normal | Keywords: | |
Cc: |
Description
After upgrading to a new dotclear release, there's often cache problem because of assets not updated. The main problem is that assets name didn't change and browser used the ones they had in their proper cache.
A solution could be to add a string to each asset. For example instead of requiring admin/ js/_index.js we could requiring admin/ js/_index.js?v=2.7.0
Change History
Note: See
TracTickets for help on using
tickets.