Set comment diff_against_file_attachment to be a raw ID field in admin.
Review Request #13577 — Created Feb. 27, 2024 and submitted — Latest diff uploaded
In the admin UI, we had
FileAttachmentComment.file_attachment
correctly
set as a raw ID field, but thediff_against_file_attachment
field was
not.
Looked at a file attachment comment for an attachment diff in the admin site.