Код: Выделить всё
ValidationErrorКод: Выделить всё
Traceback (most recent call last):
File "apps/frappe/frappe/website/serve.py", line 20, in get_response
response = renderer_instance.render()
File "apps/frappe/frappe/website/page_renderers/document_page.py", line 41, in render
html = self.get_html()
File "apps/frappe/frappe/website/utils.py", line 521, in cache_html_decorator
html = func(*args, **kwargs)
File "apps/frappe/frappe/website/page_renderers/document_page.py", line 50, in get_html
self.update_context()
File "apps/frappe/frappe/website/page_renderers/document_page.py", line 56, in update_context
self.context.update(self.context.doc.as_dict())
File "apps/frappe/frappe/model/base_document.py", line 473, in as_dict
doc = self.get_valid_dict(convert_dates_to_str=convert_dates_to_str, ignore_nulls=no_nulls)
File "apps/frappe/frappe/model/base_document.py", line 379, in get_valid_dict
frappe.throw(_("Value for {0} cannot be a list").format(_(df.label, context=df.parent)))
File "apps/frappe/frappe/__init__.py", line 683, in throw
msgprint(
File "apps/frappe/frappe/__init__.py", line 648, in msgprint
_raise_exception()
File "apps/frappe/frappe/__init__.py", line 599, in _raise_exception
raise exc
frappe.exceptions.ValidationError: Value for Condition JSON cannot be a list
Код: Выделить всё
ValidationErrorПодробнее здесь: https://stackoverflow.com/questions/783 ... form-route