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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | taxonomy_add_term.patch | 2.32 KB | ahoeben |
Comments
Comment #1
ahoeben commentedFixed.
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.
Comment #2
ahoeben commentedWhen 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.
Comment #3
drawk commentedTested and committed. Thanks.
Comment #4
(not verified) commented