Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Add new bot account settings page. #2954

Merged
merged 7 commits into from
Jun 16, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Always have the DisableBotsWhenOwnerIsDeactivated setting enabled
  • Loading branch information
zkry committed Jun 13, 2019
commit 3368759c4c740425a3848836a0f5999d57e7761d
1 change: 0 additions & 1 deletion components/admin_console/admin_definition.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3434,7 +3434,6 @@ export default {
label_default: 'Disable bot accounts when owner is deactivated:',
help_text: t('admin.service.disableBotWhenOwnerIsDeactivated'),
help_text_default: 'When a user is deactivated, disables all bot accounts managed by the user. To re-enable bot accounts, go to **Integrations > Bot Accounts**.',
isDisabled: it.stateEquals('ServiceSettings.EnableBotAccountCreation', false),
help_text_markdown: true,
},
],
Expand Down