Does anyone know why File documents cannot be renamed? Looking at the code, in file.py, they have after_rename hook but have allow renaming disabled. I have a folder that I had created that I want to change but can’t unless I do a frappe.rename_doc( “File”, old_name, new_name, force = True ).