ideaconsult / Toxtree.js

http://ideaconsult.github.io/Toxtree.js/
2 stars 3 forks source link

Redirect to the bundle URI after creating a new assessment #180

Closed vedina closed 8 years ago

vedina commented 8 years ago

The new assessment creation starts at ui/assessment and then the bundle is created and assigned URI , but the page stays at ui/assessment . This is slightly inconvenient, as on page refresh the empty page for a new assessment is rendered, and the user may not know the assessment is already in the system.
The simplest solution could be to redirect to the ui/assessment?bundle_uri=NEW_BUNDLE_URI on creating the new assessment.