Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.3.0-b2
-
Component/s: None
-
Labels:None
Description
When creating a client, settings are also set. A log record is created (CORE-2692) to store what settings were saved and who performed that action, however, the user ID and IP address are not set. The user is in the process of being created so it may not yet be available if the client is being created by themselves through an order form or API. However, the IP address should be set.
- Update the Requestor to include the IP address even if the user is not logged in
When a client is added through the order plugin, a record is also added to the log_client_settings. This log is missing the user_id and ip_address fields are missing data even though it should be available.
Issue Links
- relates to
-
CORE-2692 Create a new log for client settings
- Closed