Fix generated links for DiffCommit resources
Review Request #7132 — Created March 28, 2015 and submitted — Latest diff uploaded
Fix generated links for DiffCommit resources
Previously, the generated links for the
DiffCommitResourceand
DraftDiffCommitResourcewere being overridden by the resources for
the parentDiffResourceorDraftDiffResource, respectively. Now,
only thefileslink is taken from the parent resource and the other
links are not overriden
Ran unit test.
Checked the links of a
DiffCommitResourceand saw that they were
correct.