-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hotfix: rollback roles permission for enabled module
Project settings: admin can select who can create Telegram group Add journal entry with link to chat after it created
- Loading branch information
Showing
8 changed files
with
32 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,13 @@ | ||
# English strings go here for Rails i18n | ||
en: | ||
permission_create_telegram_chat: Create Telegram Chat | ||
permission_manage_redmine_chat_telegram_settings: Manage plugin settings in project | ||
redmine_chat_telegram: | ||
tab_title: Chat Telegram | ||
settings: | ||
creator_telegram_group_ids: "This groups users can create Telegram Group Chat" | ||
telegram_group_creator_role: | ||
title: Who can create Telegram groups? | ||
all: All | ||
selected: Holders of the relevant rights (by role) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
# English strings go here for Rails i18n | ||
ru: | ||
permission_create_telegram_chat: Создание чата Telegram | ||
permission_manage_redmine_chat_telegram_settings: Редактировать настройки плагина в проекте | ||
redmine_chat_telegram: | ||
tab_title: Chat Telegram | ||
settings: | ||
creator_telegram_group_ids: "Пользователи из этих групп могут создавать групповые чаты Telegram" | ||
telegram_group_creator_role: | ||
title: Кто может создавать группы Telegram? | ||
all: Все | ||
selected: Те, чьей роли разрешено создавать группы |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters