Skip to content

Commit 421097e

Browse files
committed
add the log action to the ACL
1 parent ad3f3f4 commit 421097e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/code/community/Zendesk/Zendesk/controllers/Adminhtml/ZendeskController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ protected function _isAllowed()
6363
case 'configuration':
6464
case 'generate':
6565
case 'sync':
66+
case 'log':
6667
$aclAction = 'settings';
6768
break;
6869
default:

0 commit comments

Comments
 (0)