forked from CGM_Public/pretix_original
Pass required parameter for cache invalidation
This commit is contained in:
committed by
Raphael Michel
parent
11dc8aac36
commit
e9c3065e03
@@ -22,7 +22,7 @@ class IndexView(EventPermissionRequiredMixin, ChartContainingView, TemplateView)
|
||||
tz = timezone.get_current_timezone()
|
||||
|
||||
if 'latest' in self.request.GET:
|
||||
clear_cache()
|
||||
clear_cache(self.request.event)
|
||||
|
||||
cache = self.request.event.get_cache()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user