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!!!

CommentFileSizeAuthor
#1 taxonomy_bundle_argument.patch758 bytesslip

Comments

slip’s picture

Status: Active » Needs review
StatusFileSize
new758 bytes

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).

slip’s picture

Status: Needs review » Closed (duplicate)