• 
      

    Provide the ConfigPagesView in the ConfigPage constructor.

    Review Request #5597 — Created March 8, 2014 and submitted

    Information

    Djblets
    master
    d8115b5...

    Reviewers

    It's useful for ConfigPage subclasses or their forms to have access to
    central state computed for a ConfigPagesView. Now, ConfigPages are
    provided with the view when being constructed. ConfigPages already pass
    themselves to ConfigPageForms.

    Created a ConfigPagesView that fetched some objects from the database.
    The ConfigPages then accessed the objects without having to re-fetch.

    david
    1. Ship It!

    2. 
        
    chipx86
    Review request changed
    Status:
    Completed