We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 701275f commit f6ecdacCopy full SHA for f6ecdac
1 file changed
lhc_web/modules/lhchat/dashboardwidgets.php
@@ -93,7 +93,7 @@
93
$supportedWidgets['dep_performance'] = erTranslationClassLhTranslation::getInstance()->getTranslation('chat/dashboardwidgets','Department performance');
94
}
95
96
-if (erLhcoreClassUser::instance()->hasAccessTo('lhstatistic', 'op_performance')) {
+if (erLhcoreClassUser::instance()->hasAccessTo('lhstatistic', 'op_performance') || erLhcoreClassUser::instance()->hasAccessTo('lhstatistic', 'op_performance_write')) {
97
$supportedWidgets['op_performance'] = erTranslationClassLhTranslation::getInstance()->getTranslation('chat/dashboardwidgets','Operator performance');
98
99
0 commit comments