Add a JavaScript extension hook for adding fields to the review dialog.

Review Request #7186 — Created April 8, 2015 and submitted

Information

Review Board
release-2.0.x
eb054be...

Reviewers

This introduces a new ReviewDialogHookModel extension hook in
JavaScript that allows custom UI to be placed right below the Ship It
label, above all fields. This allows an extension to provide extra UI
and information.

Added a test hook to rbseverity and saw my custom UI.

reviewbot
  1. Tool: Pyflakes
    Processed Files:
        reviewboard/staticbundles.py
    
    Ignored Files:
        reviewboard/static/rb/js/views/reviewDialogView.js
        reviewboard/static/rb/js/extensions/models/reviewDialogHookModel.js
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        reviewboard/staticbundles.py
    
    Ignored Files:
        reviewboard/static/rb/js/views/reviewDialogView.js
        reviewboard/static/rb/js/extensions/models/reviewDialogHookModel.js
    
    
  2. 
      
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.0.x (6930e1a)
Loading...