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) »
  • Discussion (deprecated) »
  • Documentation, Book and Training Resources (Moderator: Michał Mach) »
  • On the new versions, mention the new ACL created
Pages: [1]

Author Topic: On the new versions, mention the new ACL created  (Read 1459 times)

xavier

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4453
  • Karma: 161
    • Tech To The People
  • CiviCRM version: yes probably
  • CMS version: drupal
On the new versions, mention the new ACL created
August 20, 2010, 01:29:36 am
Hi,

When a new version brings a new ACL (eg, the merge right), it isn't assigned to any user (that's good).

However, the admin should check for each new right to which group(s) they want to assign it. Unfortunately, what these are and what they do aren't described in a doc.

Suggestion:

On the upgrade blog post, add a "sysadmin" corner: new access right introduced, what menu entry or button will be hidden without the right.

X+
-Hackathon and data journalism about the European parliament 24-26 jan. Watch out the result

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: On the new versions, mention the new ACL created
August 20, 2010, 06:43:56 am

might be good to add this to the upgrade messages. Wanna do this for the two new access rights in 3.2 xavier? if so please create a patch and attach to the issue :)

drupal 7 improves this since you can have a description along with the permission name

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

xavier

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4453
  • Karma: 161
    • Tech To The People
  • CiviCRM version: yes probably
  • CMS version: drupal
Re: On the new versions, mention the new ACL created
August 20, 2010, 06:55:33 am
Sure,

What's the way to grep new ACLs ? So far, like anyone else, don't know it's been added until one of my users asks why XYZ isn't there anymore (or not working)

X+
-Hackathon and data journalism about the European parliament 24-26 jan. Watch out the result

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: On the new versions, mention the new ACL created
August 20, 2010, 07:05:07 am

in 3.2, the new permissions were:

                      'administer Tagsets'                => ts( 'administer Tagsets' ),
                      'administer reserved tags'          => ts( 'administer reserved tags' ),
                      'administer dedupe rules'           => ts( 'administer dedupe rules' ),
                      'merge duplicate contacts'          => ts( 'merge duplicate contacts' )

the easiest way to find out new permissions is to check: CRM/Core/Permission.php, function basicPermissions

there are also permissions in components and u'll need to follow the info files there

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Documentation, Book and Training Resources (Moderator: Michał Mach) »
  • On the new versions, mention the new ACL created

This forum was archived on 2017-11-26.