Download & Extend

Cannot manage taxonomy fields

Project:Drupal core
Version:7.x-dev
Component:field_ui.module
Category:bug report
Priority:critical
Assigned:Unassigned
Status:closed (duplicate)

Issue Summary

I haven't found any case discussing this issue - so I open one now.

I've added fields to taxonomy term and if I'd like to "delete" oder "edit" the field I always get 404 page not found errors. The URL are "admin/structure/taxonomy/2/fields/field_id/delete" and "admin/structure/taxonomy/2/fields/field_id"

Additional to this the second field I have create is shown in the edit form below the save button. The first one is above the save button. Both are shown outside of any fieldset. Not sure if this is the expected experience or if this is unfinished work...

Adding fields to taxonomy is awesome! Thank you very much for adding this to core!!!

Comments

#1

Status:active» needs review

Looks to me like the bundle argument specified sends the vid (which is arg(3) of that url) as the bundle name rather than sending the vocab machine name. Try this patch and clear your cache a couple times (I actually have to do it twice for some reason).

AttachmentSizeStatusTest resultOperations
taxonomy_bundle_argument.patch758 bytesIdlePassed: 14491 passes, 0 fails, 0 exceptionsView details | Re-test

#2

Status:needs review» closed (duplicate)

Whoops... dup.

#614030: Cannot edit fields for taxonomy terms

nobody click here