The ctools_access_group_summary() function generates the access rules summary used in the Panels UI. While Panels and the rest of CTools use "and" and "or" are the value for the logic field, ctools_access_group_summary() uses "AND". This means that all summaries returned by the function use "or", even if they are actually and-s.

The attached patch corrects modifies ctools_access_group_summary() to expect "and" the same as the rest of CTools.

CommentFileSizeAuthor
access-summary.patch496 bytesthsutton
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

merlinofchaos’s picture

Version: 6.x-1.3 » 7.x-1.x-dev
Status: Needs review » Patch (to be ported)

Committed. Needs to be done for 7.x version too.

merlinofchaos’s picture

Status: Patch (to be ported) » Closed (fixed)

All of the 'to be ported' patches got merged in during the porting sprint in September.