I noticed that the form submit handler in content_admin.inc are invoking drupal_goto() instead of return the new path.
I've attached a patch, which fixes that.

I need this fix for the module fieldgroup I've just created, because it injects a select in the edit-field-form from CCK.

CommentFileSizeAuthor
cck_admin_submit_goto.patch.txt2.03 KBfago
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

moshe weitzman’s picture

Status: Needs review » Reviewed & tested by the community

i did a quick code review and this looks sane. i didn't test, but seems safe enough to RTBC

JonBob’s picture

Status: Reviewed & tested by the community » Fixed

Committed.

Anonymous’s picture

Status: Fixed » Closed (fixed)