Missing School/searcher causes failure to log in

Issue #819 resolved
Brian Lewis repo owner created an issue

Caused by clean up of searchers #280

Comments (3)

  1. Brian Lewis reporter

    Smae applies to teachers. The culprit is the old utility routine RouteHelper.FeatureState. the newer model for this is RouteHelper.FrameState which organises the components in a tree such as schools, teachers, etc better.

    An important part of the refactoring of panels etc in #795 is to make this migration, and use supergrid everywhere that a grid is required.

  2. Brian Lewis reporter

    It seems that SchoolSearcher.Component doesn’t actually get used in the current setup; but leave it like that for now. this fixes the problems caused in #280; address these bigger issues in #795

  3. Log in to comment