Skip to content
Snippets Groups Projects
Unverified Commit f4ef8fca authored by Diego Sampaio's avatar Diego Sampaio
Browse files

Fix agents not being able to see queue list page

parent 529fd21e
No related branches found
No related tags found
No related merge requests found
<template name="livechatQueue">
{{#requiresPermission 'view-livechat-manager'}}
{{#if hasPermission}}
{{#each departments}}
<p class="queue-department">
{{_ "Department"}}: <strong>{{name}}</strong>
......@@ -34,5 +34,7 @@
</div>
</div>
{{/each}}
{{/requiresPermission}}
{{else}}
<p>{{_ "You_are_not_authorized_to_view_this_page"}}</p>
{{/if}}
</template>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment