admin/node/field looses _POST information (adding fields to content types)
ahoeben - April 16, 2007 - 08:27
| Project: | Flexinode |
| Version: | 4.7.x-1.x-dev |
| Component: | flexinode_admin.module (Administration interface) |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Adding fields to existing content types does not work for me, because the $_POST variable is empty in flexinode_admin_admin_field(). Removing the trailing slash from the form action fixed this for me.
Functionally this is a dupe of #56390, but the bug is a variation of what was going on there, and the functionality has since been split off into flexinode_admin. The bug may be browser specific, tested only in Firefox 2
| Attachment | Size |
|---|---|
| flexinode_admin_add_field.patch | 534 bytes |

#1
I cannot reproduce the problem. But the removal of the trailing slash seems correct and mroe consistent. Therefore I committed this. Thanks.
#2