Fix crazy load times for DiffSet admin page loads.
Review Request #7870 — Created Jan. 15, 2016 and submitted — Latest diff uploaded
The
legacy_diff_hash
andlegacy_parent_diff_hash
fields in theFileDiff
inlines for theDiffSet
admin pages were loading as<select>
fields, which
hammered the database and took a long time. These should be raw ID fields
instead.
Looked at a
DiffSet
in the admin and saw it load very quickly.