mirror of
https://github.com/documize/community.git
synced 2025-07-18 20:59:43 +02:00
Restore activity and audit logs
This commit is contained in:
parent
982e16737e
commit
44b1f263cd
1 changed files with 8 additions and 8 deletions
|
@ -124,10 +124,10 @@ func (r *restoreHandler) PerformRestore(b []byte, l int64) (err error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// User Activity.
|
// User Activity.
|
||||||
// err = r.dmzUserActivity()
|
err = r.dmzUserActivity()
|
||||||
// if err != nil {
|
if err != nil {
|
||||||
// return
|
return
|
||||||
// }
|
}
|
||||||
|
|
||||||
// User Config.
|
// User Config.
|
||||||
err = r.dmzUserConfig()
|
err = r.dmzUserConfig()
|
||||||
|
@ -144,10 +144,10 @@ func (r *restoreHandler) PerformRestore(b []byte, l int64) (err error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Audit Log.
|
// Audit Log.
|
||||||
// err = r.dmzAudit()
|
err = r.dmzAudit()
|
||||||
// if err != nil {
|
if err != nil {
|
||||||
// return
|
return
|
||||||
// }
|
}
|
||||||
|
|
||||||
// Action.
|
// Action.
|
||||||
err = r.dmzAction()
|
err = r.dmzAction()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue