You are here

function opigno_moxtra_update_9003 in Opigno Moxtra 3.x

Add permissions to collaborative_features role.

File

./opigno_moxtra.install, line 123
Install, update and uninstall functions for the Opigno Moxtra module.

Code

function opigno_moxtra_update_9003() {
  _opigno_moxtra_update_user_role('collaborative_features', [
    'score meeting',
  ]);
  _opigno_moxtra_update_user_role('user_manager', [
    'score meeting',
  ]);
}