frappe / insights

Open source analytics / business intelligence tool (BI)
https://frappe.io/insights
GNU Affero General Public License v3.0
408 stars 200 forks source link

Error: while saving chart on Dashboard #115

Closed Govind-Jangid closed 1 year ago

Govind-Jangid commented 1 year ago

Traceback (most recent call last): File "apps/frappe/frappe/app.py", line 66, in application response = frappe.api.handle() File "apps/frappe/frappe/api.py", line 54, in handle return frappe.handler.handle() File "apps/frappe/frappe/handler.py", line 45, in handle data = execute_cmd(cmd) File "apps/frappe/frappe/handler.py", line 83, in execute_cmd return frappe.call(method, frappe.form_dict) File "apps/frappe/frappe/init.py", line 1607, in call return fn(*args, *newargs) File "apps/frappe/frappe/client.py", line 186, in set_value doc.save() File "apps/frappe/frappe/model/document.py", line 305, in save return self._save(args, kwargs) File "apps/frappe/frappe/model/document.py", line 338, in _save self._validate_links() File "apps/frappe/frappe/model/document.py", line 876, in _validate_links result = d.get_invalid_links(is_submittable=self.meta.is_submittable) File "apps/frappe/frappe/model/base_document.py", line 748, in get_invalid_links values = _dict(name=frappe.db.get_value(doctype, docname, "name", cache=True)) File "apps/frappe/frappe/database/database.py", line 496, in get_value result = self.get_values( File "apps/frappe/frappe/database/database.py", line 593, in get_values out = self._get_values_from_table( File "apps/frappe/frappe/database/database.py", line 810, in _get_values_from_table query = frappe.qb.engine.get_query( File "apps/frappe/frappe/database/query.py", line 515, in get_query criterion = self.build_conditions(table, filters, kwargs) File "apps/frappe/frappe/database/query.py", line 371, in build_conditions criterion = self.dict_query(filters=filters, table=table, kwargs) File "apps/frappe/frappe/database/query.py", line 336, in dict_query _operator = self.OPERATOR_MAP[value[0].casefold()] AttributeError: 'dict' object has no attribute 'casefold'

frappe-ui-630d117c.js:1 Error: /api/method/frappe.client.set_value at frappe-ui-630d117c.js:235:7819 at Generator.next () at o (frappe-ui-630d117c.js:1:668) g

nextchamp-saqib commented 1 year ago

Fixed with 67f24e05c62ff91599c3077680470c45accdc5f0