Skip to content
Snippets Groups Projects
Commit fdefcf7f authored by bgm's avatar bgm
Browse files

Merge branch 'perm_fix' into 'main'

Use non-deprecated form of permission definition

See merge request extensions/ncn-civi-zoom!10
parents f27b69a9 e812f51f
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,8 @@ function ncn_civi_zoom_civicrm_upgrade($op, CRM_Queue_Queue $queue = NULL) {
function ncn_civi_zoom_civicrm_permission(array &$permissions): void {
$prefix = ts('NcnCiviZoom') . ': '; // name of extension or module
$permissions['administer Zoom'] = [
'label' => $prefix . ts('administer Zoom'),
'label' => $prefix . ts('administer Zoom'),
'description' => E::ts('Administer Zoom configuration'),
];
}
......
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