Open will-molloy opened 6 years ago
@softeng-701 bump. Added screen shot and reproduce detail.
@wilmol APPROVED!
After the recent merges another bug has come up. The 'Send Invitation on the view all studies page doesn't update the status:
Screenshots of bug:
View all studies page:
After clicking 'Send Invitation':
After confirming:
Reproduce:
Fix: This 'Send Invitation' button is calling confirmSend() so the fix above should fix this at the same time (keep as very-small). Have updated acceptance criteria however.
Currently, if you click send invitation when viewing a single study the study status is set to 'active' immediately when it should wait for the user to click send invitation again on the confirmation pop-up.
Reproduce:
Fix: A simple fix is moving the code in the 'beginStudy()' function in
study-detail.component.ts
into the 'confirmSend()' function instudy-confirm-invitation.component.ts
and deleting the call to 'beginStudy()' instudy-detail.component.html
.Update: Related bug on view all study page, see below.
Acceptance:
@softeng-701 This requires moving existing code so a very-small issue.