marklogic-community / data-explorer

Data Explorer Tool
Other
15 stars 4 forks source link

CRUD breaks single page application approach by doing $window.location.href. #84

Closed josvanroosmalen closed 6 years ago

josvanroosmalen commented 6 years ago

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.

josvanroosmalen commented 6 years ago

I will pick this up

josvanroosmalen commented 6 years ago

Fixed in FERR-90 branch, close this one once FERR-90 is merged.

josvanroosmalen commented 6 years ago

Fixed in #13

markschiffner commented 6 years ago

Closed with FERR-90 merge