CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Drupal Modules (Moderator: Donald Lobo) »
  • Permission Problems in CiviMember and CiviGroup Sync modules
Pages: [1]

Author Topic: Permission Problems in CiviMember and CiviGroup Sync modules  (Read 702 times)

kreynen

  • I post occasionally
  • **
  • Posts: 105
  • Karma: 8
Permission Problems in CiviMember and CiviGroup Sync modules
August 19, 2011, 06:22:22 am
in civicrm_member_roles_menu() function the 'access arguments' is set to array('access settings'), but the permission defined is 'access civicrm member role setting'.  In the current release, only the admin Drupal user can access /admin/config/civicrm/civicrm_group_roles or /admin/config/civicrm/civicrm_member_roles.

Changing the menu items from...

'access arguments' => array('access settings'),

to...

'access arguments' => array('access civicrm member role setting'),

solves the problem.

Rajan Mayekar

  • I post frequently
  • ***
  • Posts: 177
  • Karma: 20
    • Rajan's Blogs
Re: Permission Problems in CiviMember and CiviGroup Sync modules
August 19, 2011, 06:44:39 am
Hi,

Fixed for civicrm 4.0.6.

Thanks for pointing this :)

Rajan

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Drupal Modules (Moderator: Donald Lobo) »
  • Permission Problems in CiviMember and CiviGroup Sync modules

This forum was archived on 2017-11-26.