Security constraints error when adding image into Email Client dialogIssue When a user opens an Email Client dialog from any incident page and adds an image file by clicking on the Insert/Modify Image button, a Security Constraints error occurs and the image file cannot be inserted into the email. Steps to reproduce: Open any incident page and click on the Email Client icon on the header bar.Click on the Insert/Modify Image button within the Email Client dialog.Click on the magnifying glass icon. Observe the error message, "Security constraints prevent access to requested page." CauseThe image files in the instance are stored in the db_image table. To access the table, the user needs to have the image_admin role.ResolutionAssign the image_admin role to the user. Then they will be able to add the image file to the Email Client dialog.