frappe/frappe-ui

permission error for the frappe ui

Opened this issue · 0 comments

{ "doctype": "Fees", "start": 0, "pageLength": 20, "debug": 0, "originalData": null, "data": null, "hasPreviousPage": false, "hasNextPage": true, "list": { "url": "frappe.client.get_list", "data": null, "previousData": null, "loading": false, "fetched": false, "error": "Error: /api/method/frappe.client.get_list Insufficient Permission for Fees", "promise": "[object Promise]", "params": { "doctype": "Fees", "start": 0, "limit": 20, "limit_start": 0, "limit_page_length": 20, "debug": 0 } }, "fetchOne": { "url": "frappe.client.get_list", "data": null, "previousData": null, "loading": false, "fetched": false, "error": null, "promise": null, "params": null }, "insert": { "url": "frappe.client.insert", "data": null, "previousData": null, "loading": false, "fetched": false, "error": null, "promise": null, "params": null }, "setValue": { "url": "frappe.client.set_value", "data": null, "previousData": null, "loading": false, "fetched": false, "error": null, "promise": null, "params": null }, "delete": { "url": "frappe.client.delete", "data": null, "previousData": null, "loading": false, "fetched": false, "error": null, "promise": null, "params": null }, "runDocMethod": { "url": "run_doc_method", "data": null, "previousData": null, "loading": false, "fetched": false, "error": null, "promise": null, "params": null } }