• 
      

    Fix updating the RelatedObjectSelectorView with single-select views

    Review Request #9036 — Created June 26, 2017 and submitted — Latest diff uploaded

    Information

    Review Board
    release-3.0.x

    Reviewers

    This fixes an issue where the RB.RelatedObjectSelectorView would not
    update its value due to a typo. The typo has been fixed and the object
    in question has been replaced with a Map which is better suited to
    mapping integer IDs to objects.

    Successfully was able to select a single user with this patch applied.