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

CommentFileSizeAuthor
flexinode_admin_add_field.patch534 bytesahoeben

Comments

Bèr Kessels’s picture

Status: Needs review » Fixed

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

Anonymous’s picture

Status: Fixed » Closed (fixed)