Uneventful visits are reported as failed one.
Only when looking into the details of the visits can we see if a visit is failed or not.
In the task log entry, at the end of the popup:
- actual failed visits will report a failed visit with a potential extra Exception line.
- uneventful visits will report an uneventful visit
It'd be best we distinguish directly from the listing view such details.
Implementation wise, the save code now is missing the extra visit state to be able to distinguish such case.
The detail popup window is able to because it does some extra computing only when triggered by the user.