Skip to content
Snippets Groups Projects
Commit 45f3ca16 authored by Mnikolenko ProductEngine's avatar Mnikolenko ProductEngine
Browse files

CHUI-866 FIXED Disable menu item if Conversation Logging isn't allowed.

parent 42f2f419
No related branches found
No related tags found
No related merge requests found
...@@ -44,6 +44,8 @@ ...@@ -44,6 +44,8 @@
<menu_item_check.on_check <menu_item_check.on_check
function="Floater.Visible" function="Floater.Visible"
parameter="conversation" /> parameter="conversation" />
<menu_item_check.on_enable
function="Conversation.IsConversationLoggingAllowed" />
<menu_item_check.on_click <menu_item_check.on_click
function="Floater.Toggle" function="Floater.Toggle"
parameter="conversation" /> parameter="conversation" />
......
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