permission error for the frapppe ui to fetch the data #65
aditapdiya
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
{ "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 } }
Beta Was this translation helpful? Give feedback.
All reactions