Adding new field to content type in overlay, will redirect you to"#overlay=admin/structure/types%3Frender%3Doverlay" instead of #overlay=admin/structure/types/manage/%content type/fields
This behavior is not present when overlay is disabled or field is edited.

Comments

kcybulski’s picture

Title: Overlay redirect to list of content types insteed of list of fields after field is added. » Overlay redirect to list of content types instead of list of fields after field is added.
casey’s picture

Component: overlay.module » field_ui.module
Status: Active » Needs review
StatusFileSize
new1022 bytes

It's actually a fields_ui issue incorrectly redirection URLs containing a querystring. Attached path should fix this.

casey’s picture

Priority: Normal » Critical
David_Rothstein’s picture

Nice find!

I think the attached patch would be a little cleaner, though. Drupal 7 introduced an API function that seems perfectly suited to this purpose...

catch’s picture

Status: Needs review » Reviewed & tested by the community
webchick’s picture

Status: Reviewed & tested by the community » Fixed

Committed to HEAD, but this is terribly stretching the definition of 'critical' (or even 'major') :P

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

mustanggb’s picture

Priority: Critical » Major