When i try to delete a password policy, e.g. policy 2
via the delete link within the list at admin/config/people/password_policy/list,
i got a page not found at admin/config/people/password_policy/delete/2.

The attached patch fixes the 'page not not found' and deletes policy 2.

Comments

fl3a’s picture

StatusFileSize
new1.03 KB

Attached an empty patch, here it is, sorry....

erikwebb’s picture

Title: Deletion of a policy causes a 'page not found' » Unable to delete policy
Version: 7.x-1.0-beta2 » 7.x-1.x-dev
Status: Needs review » Fixed
StatusFileSize
new2.38 KB

Fixed and committed with the following patch.

http://drupalcode.org/project/password_policy.git/commit/4920d9c

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

Description of what this patch will fix