ideaconsult / Toxtree.js

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

Generate new assessment version #96

Closed vedina closed 9 years ago

vedina commented 9 years ago

Rename the button “Duplicate” in the “Assessment Identifier” to “Generate new version”.

Use POST /bundle/{id}/version API to obtain the new version (it will be another /bundle/{id}). Launch the assessment editor of the new bundle.

Bundle versions can be retrieved via GET /bundle/{id}/version

gonzomir commented 9 years ago

Implemented as requested.