Clicking the copy button will open up a New Study dialog with all the fields filled in from the original study.
Note: the copy function in the StudyPopupService shares code with the open function but I've made it separate to prevent merge conflicts for people using the open function with its existing signature.
Resolves #20
Clicking the copy button will open up a New Study dialog with all the fields filled in from the original study.
Note: the
copy
function in theStudyPopupService
shares code with theopen
function but I've made it separate to prevent merge conflicts for people using theopen
function with its existing signature.