fix(website): disable HTML caching for portal pages
This commit is contained in:
parent
dadf822152
commit
838506a6e1
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ from frappe.model.document import Document
|
|||
from frappe.utils.data import quoted
|
||||
from frappe.www.list import get_list_context, get_list_data
|
||||
|
||||
no_cache = 1
|
||||
|
||||
|
||||
def get_context(context, **dict_params):
|
||||
frappe.local.form_dict.update(dict_params)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue