Skip to content

Commit

Permalink
FIX: logs for enabling/disabling components should show up in the sta…
Browse files Browse the repository at this point in the history
…ff actions logs
  • Loading branch information
OsamaSayegh committed Jul 3, 2019
1 parent 1c6bb87 commit 426c804
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/models/user_history.rb
Expand Up @@ -169,7 +169,9 @@ def self.staff_actions
:embeddable_host_create,
:embeddable_host_update,
:embeddable_host_destroy,
:change_theme_setting
:change_theme_setting,
:disable_theme_component,
:enable_theme_component
]
end

Expand Down
2 changes: 2 additions & 0 deletions config/locales/client.en.yml
Expand Up @@ -3801,6 +3801,8 @@ en:
embeddable_host_update: "embeddable host update"
embeddable_host_destroy: "embeddable host destroy"
change_theme_setting: "change theme setting"
disable_theme_component: "disable theme component"
enable_theme_component: "enable theme component"
screened_emails:
title: "Screened Emails"
description: "When someone tries to create a new account, the following email addresses will be checked and the registration will be blocked, or some other action performed."
Expand Down

0 comments on commit 426c804

Please sign in to comment.