Posted by hass on October 28, 2009 at 10:37pm
2 followers
| 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
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).
#2
Whoops... dup.
#614030: Cannot edit fields for taxonomy terms