tangentlabs/django-oscar-fancypages

Adding first widget to a new widget area

Closed this issue · 1 comments

When you add the first widget to a new area you get nothing happening and an error message

It turns out that this was a caching problem. The browser was using an outdated dashboard.js. I switched the templates to use django-compressor for minifying javascript and generating unique filename hashes this should prevent caching issues like this in the future.