Assignment "Read" gets logged even if there is a permission exception reading assignment
GENERAL
TESTING
GENERAL
TESTING
Description
When event logging was put in AssignmentAction, it appears an assignment read event is logged regardless of some errors that could occur before directing the user to the view.
The event happens at AssignmentAction:6916 . This should be put into the if statement just above it so it is only triggered if the user is successfully directed to the view.
When event logging was put in AssignmentAction, it appears an assignment read event is logged regardless of some errors that could occur before directing the user to the view.
The event happens at AssignmentAction:6916 . This should be put into the if statement just above it so it is only triggered if the user is successfully directed to the view.