[PLT-6710] /rename [text] slash command: Rename the channel (#6570)

* /rename [text] slash command: Rename the channel

* update strings per review
Этот коммит содержится в:
Carlos Tadeu Panato Junior
2017-07-31 18:54:34 +02:00
коммит произвёл Harrison Healey
родитель 489602efe5
Коммит 251f000c68
7 изменённых файлов: 124 добавлений и 3 удалений

Просмотреть файл

@@ -235,6 +235,14 @@ export function showChannelPurposeUpdateModal(channel) {
});
}
export function showChannelNameUpdateModal(channel) {
AppDispatcher.handleViewAction({
type: ActionTypes.TOGGLE_CHANNEL_NAME_UPDATE_MODAL,
value: true,
channel
});
}
export function showGetPostLinkModal(post) {
AppDispatcher.handleViewAction({
type: ActionTypes.TOGGLE_GET_POST_LINK_MODAL,