Allow `read` permission for `DoctType` doctype

Hello Team,

I’ve been trying to find out a way to give other users rather than Administrators read permissions for DocType doctype. This is because, for example, when I select a Party List in Journal Entry, this method is called frappe.desk.form.utils.validate_link?value=Shareholder&options=DocType&fetch=&_=1592682924796, so a PermissionError exception in thrown since nobody but Adminstrator has at least read access to DocType doctype and there is no way to assign this permission in Role Permission Manager

Maybe I’m doing something wrong, I just want to know if somebody else here had the same situation or is a know issue and has any workaround.

Since my ERPNext instance is self-hosted, I changed to developer mode and allow All to read, but I’m not sure if this is the best approach.

Thanks in advance,

Alirio.