mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
improved event logging
This commit is contained in:
parent
92eca1a1ce
commit
2d5b8e652f
13 changed files with 1882 additions and 4 deletions
|
@ -83,6 +83,8 @@ func SaveSMTPConfig(w http.ResponseWriter, r *http.Request) {
|
|||
request.ConfigSet("SMTP", config)
|
||||
|
||||
util.WriteSuccessEmptyJSON(w)
|
||||
|
||||
p.RecordEvent(entity.EventTypeSystemSMTP)
|
||||
}
|
||||
|
||||
// GetLicense returns product license
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue