You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: [ANDROAPP-7666] don't show "mark as complete?" dialog for completed events with no issues (#4912)
In showDataEntryResultDialogDeprecated(), the EventStatus.COMPLETED
branch computed FormActions.OnFinish for a completed event with no
field issues, but discarded it as a dangling expression and always
fell through to resultAction, which shows the "mark as complete?"
dialog.
As a result, opening or saving an already-completed event with no
issues always prompted the user to mark it as complete, even though
it already was.
Return FormActions.OnFinish in that case instead of always showing
the dialog.
0 commit comments