Refactor change propogation logic in SchoolLinks, TeacherLinks

Issue #891 resolved
Brian Lewis repo owner created an issue

When editing an item selected from a list in a popup dialog, we need a way for the changes to be relayed back to the list. In early days this happened by passing the modelInit and modifying it once the update is done.

Newer implementations create a monitored list which detects the change from the http response, which is more flexible.

SchoolLink and TeacherLink are the only places using the older method - getting rid of that means that some unneeded code can get removed from ComponentEditController

Comments (1)

  1. Log in to comment