I'm entering code in the PHP Code field of the field settings form and clicking on "Save". But the code I enter is not saved. If I edit the field settins again the PHP Code box is empty.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 1003906-php-options.patch | 7.14 KB | mradcliffe |
Comments
Comment #1
mradcliffeGood catch. I'll need to write a test for this.
Not using the new field_ui widget settings array correctly.
Comment #2
mradcliffeOkay, I had to change some tests around, created a new test, and am doing things properly now.
Can you test the patch? It works for me at the moment, and passes tests.
Comment #3
jzornig commentedThanks that works.
Comment #4
mradcliffeThanks for the quick reply. Committed.