Chat transfer button not showing in directory
chouputra opened this issue · 1 comments
chouputra commented
Chat transfer button not showing because of incorrect logic in ShowDirectory.ts, the fix:
// Hide consult transfer for non-CBM task if (!Flex.TaskHelper.isCBMTask(Flex.TaskHelper.getTaskByTaskSid(taskSid))) { display = "none"; }