Skip to content

Commit

Permalink
Allow plone.api.group.get_groups for Anonymous user.
Browse files Browse the repository at this point in the history
portal_groups doesn't exist in root acl_usres
  • Loading branch information
jaroel authored and gforcada committed Oct 31, 2016
1 parent 2176609 commit 943b224
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Changelog
------------------

Fixes:

- Allow plone.api.group.get_groups for Anonymous user. Refs #290
[jaroel]

- Allow adopting to a Special User. Fixes #320 - checking permissions for Anonymous User.
[jaroel]

Expand Down

1 comment on commit 943b224

@jenkins-plone-org
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jaroel Jenkins CI reporting about code analysis
See the full report here: http://jenkins.plone.org/job/package-plone.api/93/violations

src/plone/api/content.py:268:1: C901 'delete' is too complex (15)
src/plone/api/content.py:360:1: C901 '_wf_transitions_for' is too complex (13)
src/plone/api/content.py:425:1: C901 'transition' is too complex (13)

Follow these instructions to reproduce it locally.

Please sign in to comment.