Added function to reload render options with AJAX.

Review Request #10749 — Created Oct. 9, 2019 and updated — Latest diff uploaded

Information

Review Board
master

Reviewers

Individual review UIs that have dynamic render options can call this function,
and optionally pass in extra query parameters to send to the endpoint.

More details can be found here

  1. Ran JavaScript unit tests.
  2. Tested manually to make sure that the element to update actually gets
    updated by using a mock endpoint.
  3. Tested manually to make sure comments are correctly reattached after
    a request is finished.

Diff Revision 7

This is not the most recent revision of the diff. The latest diff is revision 8. See what's changed.

orig
1
2
3
4
5
6
7
8

Commits

First Last Summary ID Author
Added function to reload render options with AJAX.
ed125289f5e7224a7f2ed6ecd47a4d1feba34190 amalik2
reviewboard/admin/urls.py
reviewboard/static/rb/css/common.less
reviewboard/static/rb/js/views/abstractReviewableView.es6.js
reviewboard/static/rb/js/views/textBasedReviewableView.es6.js
reviewboard/static/rb/js/views/textCommentRowSelector.es6.js
reviewboard/static/rb/js/views/tests/textBasedReviewableViewTests.es6.js
Loading...