Open ramonsmits opened 7 years ago
Ok at the moment we can't implement this. When anything related to Custom Checks changes (new is created, old one is muted etc.), An event is send from SC holding information that something have changed. On that information what we do is refresh the loaded data (meaning loading the 1st page of custom checks). To make this screen not scroll to the top we need more finely grained events from SC informing about new, deleted, updated custom checks so that we can respond to that change without refreshing the whole page. For now on we can't introduce this change. So I am removing this issue from this milestone
We could still implement this by being a bit smarter about the reload
function being called.
CustomChecksUpdated
load the current set of custom checks and merge the lists together. I.e. don't simply re-set the model
to the data coming from the server, but actually check what data has changed. This does mean we'd have to associate each row with the page number that it came from and load the page and possible the preceeding and the following page too, but it is still possible.
Clicking the Dismiss button on the custom check page will scroll the page to the top which isn't expected. If you want to dismiss multiple rows you need to scroll back down.
Technical information if reporting bug: