Skip to content

Commit

Permalink
Add missing ldap_region_delete and ldap_domain_delete to whitelist in…
Browse files Browse the repository at this point in the history
… ops_controller
  • Loading branch information
ZitaNemeckova committed Dec 22, 2017
1 parent f5d01fc commit d2f9744
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/controllers/ops_controller.rb
Expand Up @@ -81,8 +81,10 @@ def index
'schedule_disable' => :schedule_disable,
'ldap_region_add' => :ldap_region_add,
'ldap_region_edit' => :ldap_region_edit,
'ldap_region_delete' => :ldap_region_delete,
'ldap_domain_add' => :ldap_domain_add,
'ldap_domain_edit' => :ldap_domain_edit,
'ldap_domain_delete' => :ldap_domain_delete,
}.freeze

def collect_current_logs
Expand Down

0 comments on commit d2f9744

Please sign in to comment.