Non Admin users are unable to revise document attachmentsIssue When a user attempts to upload a document revision to an MDOC (using the 'Upload/Check In Revision' button under the Related Links field of the MDOC form), the name of the attachment should be copied from the entry in the Name field upon upload. Instead, it is currently using the original name of the file. Steps to Replicate: On a Madrid instance, impersonate as a non-admin user and Access Managed Documents module2. Create New Managed Document3. Fill in required fields4. click submit5. Access MDOC again6. Under Related Links, click 'Upload/Check In revision'7. In the following prompt, enter a name for the file8. attach the file and click ok9. In the Document Revisions table at the bottom of the MDOC, select the Revision you just submitted10.So now you will see that the Name field did not get copied into the file name itself, rather they are separate.ReleaseMadrid or beforeCauseThe cause of the issue seems to be that non-admin or non-maint users do not have permissions to write in the sys_attachment table, including the file_name field.ResolutionThis issue has been resolved with a new ACL on the sys_attachment table in NY and above.Workaround : Create an ACL which allows users with the 'document_management_user' role to have write-access to the 'file_name' field if the record they are trying to edit has a 'Table name' value of 'dms_document_revision'.Please see screenshot attached for the ACL to be created to fix the issue.