make cli team / channel delete operations also delete webhooks and slash commands (#7028)

Этот коммит содержится в:
Chris
2017-07-31 08:52:45 -07:00
коммит произвёл Harrison Healey
родитель 0f786a42d3
Коммит 72f61ab96a
10 изменённых файлов: 275 добавлений и 4 удалений

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

@@ -6251,10 +6251,18 @@
"id": "store.sql_webhooks.permanent_delete_incoming_by_user.app_error",
"translation": "We couldn't delete the webhook"
},
{
"id": "store.sql_webhooks.permanent_delete_incoming_by_channel.app_error",
"translation": "We couldn't delete the webhook"
},
{
"id": "store.sql_webhooks.permanent_delete_outgoing_by_user.app_error",
"translation": "We couldn't delete the webhook"
},
{
"id": "store.sql_webhooks.permanent_delete_outgoing_by_channel.app_error",
"translation": "We couldn't delete the webhook"
},
{
"id": "store.sql_webhooks.save_incoming.app_error",
"translation": "We couldn't save the IncomingWebhook"