I noticed in the recent updates some changes to get_value were made to prevent abuse of child table values through the api (https://github.com/frappe/frappe/pull/5311/commits/595929eb2432140a27dc262d4d78aca4ec5455c3).
However, since this update a custom script I have that calls get_value on a custom child table is failing with PermissionError. I’m logged in as Administrator with explicit permissions for the parent. Anyone know how to resolve this?
EDIT: Checked the tabDocType table and the child table has no parent. In fact, no DocTypes have parents… How do I resolve this?