Apparently a small oversight in #2574969: Add a Views-like UI for adding fields: in theory, IndexInterface::addField() should now be the single method for changing field settings, but it seems I forgot to remove the $notify parameter from FieldInterface::setType(). Easy to fix, it doesn't seem to be used anyways.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 2641826-2--field_setType_remove_notify.patch | 1.24 KB | drunken monkey |
Comments
Comment #2
borisson_This is a perfect novice issue.
Comment #3
drunken monkeyToo late.
Comment #4
borisson_Comment #6
drunken monkeyThanks for reviewing. Committed.