Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: 3.6.0
-
Fix Version/s: None
-
Component/s: Modules, Staff Interface
-
Labels:None
Description
All module log entries appear to be missing a `staff_id` to indicate the staff member that initiated the module action. We need to determine why that is and how it can be resolved.
Modules are unaware of the staff member performing any actions with the module, and the Module abstract class does not provide a way to set a staff ID. A solution to this would be necessary before a staff user could be set in the logs. See
CORE-2175It would probably be best to remove the "Staff" column from the module logs table listing under [Logs] until such a a feature exists. See
CORE-2174