Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
field system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Oct 2009 at 13:51 UTC
Updated:
12 Nov 2009 at 07:30 UTC
When you create a new field, you're supposed to go through the 'field settngs' page and the 'instance + widget settings' page.
The second redirection didn't work anymore after #216098: drupal_goto() does not follow same parameters as url() (changed drupal_goto() param format).
Simple fix, should be RTBC.
Note: corresponding tests are being worked on at #600544: Tests for Field UI. I suggest we commit this fix so that the tests can check the correct behavior.
| Comment | File | Size | Author |
|---|---|---|---|
| field_ui_redirect.patch | 564 bytes | yched |
Comments
Comment #1
webchickCommitted to HEAD. Thanks!