Housekeeping, Administration Menu released an update on December 3rd that incorporates the patch that this Panopoly Admin patch includes.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | panopoly_core-update_admin_menu-3021508-7.patch | 706 bytes | dsnopek |
| #2 | panopoly_admin-update_admin_menu-7.x-3.0-rc6-3021508-2.patch | 731 bytes | byronveale |
Comments
Comment #2
byronveale commentedPatch attached.
Comment #3
byronveale commentedComment #4
dsnopekOn my local dev site, I did the following:
And afterward, the site gets stuck in a redirect loop. :-(
On step nr 3, everything is working fine, but to admin_menu somehow leads to the redirect loop. I skimmed over the diff between the two versions and there's nothing obviously bad in there...
Comment #5
dsnopekYeah, I've done and redone this a couple times and something about updating to 3.0-rc6 leads to redirect loop, whereas 3.0-rc5 doesn't.
Comment #6
dsnopekComment #7
dsnopekIt looks like the redirect thing is actually a bug in fieldable_panels_panes that causes this bad interaction with the latest admin_menu! Here's the FPP issue:
#3019270: Can't access to drupal 7 admin (err_too_many_redirects)
The patch is already committed but not released yet. I tried the patch and it fixed the problem in my testing. Here's a patch to panopoly_core that adds that.
If this passes automated tests, I think it's ready to commit finally!
EDIT: Here's the Travis build: https://travis-ci.org/panopoly/panopoly/builds/488747673
Comment #9
dsnopekTests passed! Commited :-)