mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
[web] Group audit log for Feature disablement (#26930)
Adds a `update-group-policy` group audit log including the policies that are toggled. GitOrigin-RevId: a582d612d20c8547995228e6b92b730373a89b63
This commit is contained in:
@@ -85,7 +85,10 @@ class PromisifiedSubscription {
|
||||
}
|
||||
|
||||
async enableManagedUsers() {
|
||||
await Modules.promises.hooks.fire('enableManagedUsers', this._id)
|
||||
await Modules.promises.hooks.fire('enableManagedUsers', this._id, {
|
||||
initiatorId: this.admin_id,
|
||||
ipAddress: '123.456.789.0',
|
||||
})
|
||||
}
|
||||
|
||||
async disableManagedUsers() {
|
||||
|
||||
Reference in New Issue
Block a user