We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc367d commit 89e48a8Copy full SHA for 89e48a8
1 file changed
patient-home-controler.js
@@ -111,9 +111,9 @@ async function showFormDetails(formInfo) {
111
}
112
patientLib.navSetData(navData);
113
114
+ const nextPage = (await patientLib.navGetPages(formInfo.questionaryId))[1].url;
115
if (formDetails.status === 'accepted') {
116
buttonOpen.innerHTML = 'Open';
- const nextPage = (await patientLib.navGetPages(formInfo.questionaryId))[1].url;
117
buttonOpen.onclick = async function () {
118
// -- hack publish access anyway (this should be done just once)
119
await patientHomeLib.publishAccess(formDetails);
0 commit comments