• 
      

    Ensure form registry is populated when adding or removing forms to pages

    Review Request #8725 — Created Feb. 8, 2017 and submitted — Latest diff uploaded

    Information

    Djblets
    release-0.10.x
    33422a0...

    Reviewers

    The ConfigPageRegistry was not populating the ConfigPageFormRegistry
    when calling add_form_to_page or remove_form_from_page, which would
    lead to issues when removing pages in tbe case that the method
    was called before the registry was populated. We now specifically
    populate the form registry to avoid this.

    Ran unit tests. The new unit tests fail without this fix applied.