Details
-
Type: Sub-task
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.3.0-b1
-
Component/s: Staff Interface
-
Labels:None
Description
With the creation of the client settings log table (CORE-2692), we need to log changes to settings.
- When setting settings for clients (i.e. Clients::setSetting)
- Update this method to now also log changes to the client
- Do not log settings that are encrypted or those that have not changed
- The log needs to know who performed the action and their IP address. Retrieve this from the current user container (see
CORE-2695)