diff --git a/app/authorization/server/startup.js b/app/authorization/server/startup.js index 20ab45d3b9976..963527e58c631 100644 --- a/app/authorization/server/startup.js +++ b/app/authorization/server/startup.js @@ -115,6 +115,7 @@ Meteor.startup(function() { { _id: 'view-livechat-room-closed-by-another-agent', roles: ['livechat-manager', 'admin'] }, { _id: 'view-livechat-room-customfields', roles: ['livechat-manager', 'livechat-agent', 'admin'] }, { _id: 'edit-livechat-room-customfields', roles: ['livechat-manager', 'livechat-agent', 'admin'] }, + { _id: 'send-omnichannel-chat-transcript', roles: ['livechat-manager', 'admin'] }, ]; for (const permission of permissions) { diff --git a/app/livechat/client/views/app/tabbar/visitorInfo.html b/app/livechat/client/views/app/tabbar/visitorInfo.html index b802b5962612c..f353d5d01d482 100644 --- a/app/livechat/client/views/app/tabbar/visitorInfo.html +++ b/app/livechat/client/views/app/tabbar/visitorInfo.html @@ -1,9 +1,12 @@