Use non-deprecated form of permission definition
Before:
Deprecation warning:
[PHP User Deprecation] Permission 'administer Zoom' should be declared with 'label' and 'description' keys. See https://docs.civicrm.org/dev/en/latest/hooks/hook_civicrm_permission/ Caller: CRM_Core_Permission::assembleBasicPermissions at /opt/buildkit/build/dmaster/web/sites/all/modules/civicrm/CRM/Core/Error.php:1129
After:
No warning.
Merge request reports
Activity
Ha! should have checked existing MR's first - didn't notice !9 (merged) but this also has 'description'
added 5 commits
-
3e7b8119...f27b69a9 - 4 commits from branch
extensions:main
- e812f51f - Merge branch 'main' into 'perm_fix'
-
3e7b8119...f27b69a9 - 4 commits from branch
mentioned in commit fdefcf7f
@ayduns Thanks! I merged the description part.
Please register or sign in to reply