Add a hook for working with comments in the review dialog.

Review Request #4753 — Created Oct. 14, 2013 and submitted — Latest diff uploaded

Information

Review Board
14f0268...

Reviewers

This new hook, ReviewDialogCommentHook, allows an extension to display
data or provide UI for a comment in the review dialog. It takes a view
type that will later be instantiated and passed the comment as a model.
The view can do whatever it needs to with the model, including providing
UI to set new data on it.


 
/reviewboard/settings.py
/reviewboard/static/rb/js/extensions/models/reviewDialogCommentHookModel.js
/reviewboard/static/rb/js/views/reviewDialogView.js
Loading...