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
Comment #1
panchoAnother issue I'm going to take a closer look at. Admin links should never ever be displayed to anonymous.
Comment #2
Anonymous (not verified) commentedMy 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.