Skip to content

Change uses of pageStack.* methods to use AppActions.view.*

Dan Chapman requested to merge rm-pagestack-calls into master

This is going to make unit testing easier as the scope resolution of calling pageStack.push means we would have to have a pagestack in place for every test. With it abstracted away into app actions we can easily test that it calls for a pagestack push without it actually having to happen and just test each component itself.

Merge request reports