Remove obsolete upload_diff_form from review request context.

Review Request #13692 — Created April 2, 2024 and submitted — Latest diff uploaded

Information

Review Board
release-7.x

Reviewers

The review request template context was still including the old
upload_diff_form, which has long been supplanted by a pure-JS
implementation. This change removes it.

  • Ran unit tests.
  • Grepped to make sure that there were no uses of upload_diff_form.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Remove obsolete upload_diff_form from review request context.
The review request template context was still including the old `upload_diff_form`, which has long been supplanted by a pure-JS implementation. This change removes it. Testing Done: - Ran unit tests. - Grepped to make sure that there were no uses of `upload_diff_form`.
bd43213358da83726c53447352fd6db686e7afe4 David Trowbridge
reviewboard/reviews/context.py
Loading...