After enabling taxonomy_batch_operations, admin/taxonomy/[tid]/add/term pages are somewhat broken; the page has no menu entry, gets no title and no tabs to the other admin/taxonomy/[tid] pages.

I think this is caused by overriding the menu items for its sibling pages.

CommentFileSizeAuthor
#1 taxonomy_add_term.patch2.32 KBahoeben

Comments

ahoeben’s picture

Status: Active » Needs review
StatusFileSize
new2.32 KB

Fixed.

Note there is a bug in taxonomy.module that sets the title of the 'add term' page to 'list terms'. This patch works around that bug in a slightly hackish way, and this bug should be fixed in core.

ahoeben’s picture

When this patch is committed, the workaround in place can be removed. The patch for core does not break the patch for this issue, but makes it unnecessary.

drawk’s picture

Status: Needs review » Fixed

Tested and committed. Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)