Steps to replicate problem:

  • Access the list of donation forms via the Administration menu module menu by clicking all the way through to the list: Site building > Donation forms > List
  • Click on the "edit" link on an existing donation form
  • Resulting URL: example.com/admin/build/donate/list/1/edit?destination=admin/build/donate/list which just returns you to the donation forms list

Proper URL should be: example.com/admin/build/donate/1/edit?destination=admin/build/donate

Note that this only happens when clicking all the way into the submenu "List" item. Clicking on Site Building > Donation Forms brings you to the donation forms list as well. Clicking on the "edit" links do work after having navigated to the list this way.

Drupal version 6.20
Administration Menu module version 6.x-1.6
Donate version 6.x-1.0-alpha2

Comments

jasonabc’s picture

confirmed - am getting this also.

daveparrish’s picture

The best solution I could come up with involves patching both donate and pay modules. Since the form list page is built using the pay module, we have to correct some of the issue there. I've attached patches for both modules.

This fix is for Drupal 7.

daveparrish’s picture

Status: Active » Needs review
StatusFileSize
new874 bytes

I missed a change for the donate module.