• 
      

    Fix BaseView.renderInto() to actually call render().

    Review Request #12874 — Created March 8, 2023 and submitted

    Information

    Spina
    master

    Reviewers

    The renderInto() helper method handled the DOM manipulation with
    aplomb, but in a plot twist, neglected to ever call render(). This was
    a simple oversight.

    Used renderInto() and actually saw my render methods get called.

    Summary ID
    Fix BaseView.renderInto() to actually call render().
    The `renderInto()` helper method handled the DOM manipulation with aplomb, but in a plot twist, neglected to ever call `render()`. This was a simple oversight. Testing Done: Used `renderInto()` and actually saw my render methods get called.
    7ed5b43f495cdd2bc789f79d5150d8a0a7ed846e
    maubin
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to master (f6fe32f)