mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-13 22:51:49 +00:00
Native JSON request bodies deliver target_doc as a parsed dict, which the str | Document type hints rejected, breaking every Get Items From button. Unify all whitelisted mapper endpoint hints to str | dict | Document | None. Needs frappe#41190 so get_mapped_doc converts the dict target.