Just tried out the module. On the term listing page edit and delete links, and the form for multiple deletion leads to 404 Page not found error.

It seems that /admin/taxonomy/edit/term/[tid]?destination=...
should be /admin/content/taxonomy/edit/term/[tid]?destination=...
in all links provided. Could anyone fix this?

Tried on Drupal 5.1 with clean urls on.

CommentFileSizeAuthor
#1 taxonomy_batch_operations_0.patch1.11 KBmelon

Comments

melon’s picture

Status: Active » Needs review
StatusFileSize
new1.11 KB

Looked into the code and found that it's simple to fix it, see attached patch.

zoo33’s picture

Status: Needs review » Reviewed & tested by the community

Yep, I found the same problem and solution. Please commit!

zoo33’s picture

Status: Reviewed & tested by the community » Closed (duplicate)

Oh, there is already another issue about this. Setting this to "duplicate".

melon’s picture

Hm, almost five months and still not committed? Anyone actually maintaining this module?