This issue pertains to the list view after viewing an Event with viewEvent and subsequently editing it.
The list shows the hours that the Members have contributed to the event, though they are not enrolled in it.
Steps to replicate:
enrol m/6 e/6 h1
viewEvent 6
editMember 1 a/address
Observe that the list now shows the number of hours, but the user has no idea what Event this is for as some members are not enrolled in it.
Using list does not remedy the situation. The way to remedy this is to view another Event/Member and then do list.
This issue pertains to the list view after viewing an Event with
viewEvent
and subsequently editing it. The list shows the hours that the Members have contributed to the event, though they are not enrolled in it.Steps to replicate:
enrol m/6 e/6 h1
viewEvent 6
editMember 1 a/address
Observe that the list now shows the number of hours, but the user has no idea what Event this is for as some members are not enrolled in it. Using
list
does not remedy the situation. The way to remedy this is to view another Event/Member and then dolist
.