Merge branch 'develop' into fix-userprofile-with-postgres

This commit is contained in:
Ahmed Hasanin 2023-01-08 19:52:46 +02:00 committed by GitHub
commit 45c80669bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ from frappe.utils import add_user_info, format_duration
@frappe.read_only()
def get():
args = get_form_params()
# If virtual doctype get data from controller het_list method
# If virtual doctype, get data from controller get_list method
if is_virtual_doctype(args.doctype):
controller = get_controller(args.doctype)
data = compress(controller.get_list(args))