When CRUD is merged (FERR-90, #13 ), the single page application concept is broken. Adhoc-wizard-controller.js contains some "$window.location.href" to force the wizard to go back to the CRUD once the back or insert/update window is pressed.
This is working however it has 2 disadvantages: (1) the state of the CRUD list is reset (eg if you are viewing the views of query X, then this state is lost) and (2) it looks less polished.
This is a little task for an Angular guru.
When CRUD is merged (FERR-90, #13 ), the single page application concept is broken. Adhoc-wizard-controller.js contains some "$window.location.href" to force the wizard to go back to the CRUD once the back or insert/update window is pressed.
This is working however it has 2 disadvantages: (1) the state of the CRUD list is reset (eg if you are viewing the views of query X, then this state is lost) and (2) it looks less polished.