Limiting user permission, error when clicking Setup on breadcrumb

Hi there,

i’ve set an user with limited permission, when Setup breadcrumb is clicked, an error is raised:

Traceback (most recent call last):
  File "/home/frappe/frappe-bench/apps/frappe/frappe/app.py", line 56, in application
    response = frappe.handler.handle()
  File "/home/frappe/frappe-bench/apps/frappe/frappe/handler.py", line 19, in handle
    execute_cmd(cmd)
  File "/home/frappe/frappe-bench/apps/frappe/frappe/handler.py", line 42, in execute_cmd
    ret = frappe.call(method, **frappe.form_dict)
  File "/home/frappe/frappe-bench/apps/frappe/frappe/__init__.py", line 903, in call
    return fn(*args, **newargs)
TypeError: get() takes exactly 1 argument (0 given)

would you please have a look?

Thx

Any news on this?

see gif record:

Sent pull request to fix the problem

https://github.com/frappe/frappe/pull/2894/files/99e6cb1d447fee7c1c672514cb0d01a9c7eb1c80..ce220dead36d3a1307a5a95009c9b9eab59cc3ae

Thanks. We will soon review your pull request and get back to you. They guy responsible for reviewing is in Germany for ERPNext Europe conference.

@umair :thumbsup:

any news on this?