You are here

function data_policy_update_8010 in Data Policy 8

Add access for SM to see data policy entities.

File

./data_policy.install, line 180
Install, update and uninstall functions for the data_policy module.

Code

function data_policy_update_8010() {
  user_role_grant_permissions('sitemanager', [
    'administer data policy entities',
  ]);
}