1. node.module: Try to delete a node
  2. user.module: Try to delete an user
  3. path.module: Try to delete an alias without destination in the URL. Core adds destination to the URL when you try to delete an alias, but at the code level, it seems to be E_ALL incompatible.
CommentFileSizeAuthor
e_all_destination.patch.txt2.9 KBerdemkose
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

drewish’s picture

Status: Needs review » Reviewed & tested by the community

deleted a node from /node/x/delete and /admin/content/node
deleted a user
deleted a path
everything worked correctly with no warnings. i even tried inserting wierd urls to make sure it was redirecting to something besides the default.

hopefully i'm not being too bold in marking it as RTBC.

Dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD. Thanks. :)

drumm’s picture

I committed only the parts that apply to 5.

Anonymous’s picture

Status: Fixed » Closed (fixed)