I'm a little puzzled by this inconsistency. These two URLs use the same panel page. Both panel pages are linked directly from Drupal's menu system using their panel page URL.

http://icirr.mayfirst.org/en/activity/393
http://icirr.mayfirst.org/en/activity/1439

In the first instance, the breadcrumbs are correct. They line up perfectly with the menu system. In the second case, the breadcrumbs are pointing to panel page admin settings, even for anonymous users.

Comments

pancho’s picture

Version: 5.x-2.0-beta4b » 5.x-2.x-dev
Assigned: Unassigned » pancho
Category: support » bug

Another issue I'm going to take a closer look at. Admin links should never ever be displayed to anonymous.

Anonymous’s picture

Status: Active » Closed (fixed)

My apologies for this false bug report. My code was to blame for this problem. It's not a panels bug.

lesson learned: don't call menu_set_location with bogus arguments.