Currently when setting shared field access we assume that the widgets #access key is always defined. Which may not be true. In this case the field widget is hidden because the !empty() check fails.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | et-fields_hidden-1888192-1.patch | 1.31 KB | plach |
Comments
Comment #1
plachThis patch adds a check that the
#accesskey is defined and improves the related documentation and readability.Comment #3
plach#1: et-fields_hidden-1888192-1.patch queued for re-testing.
Comment #5
plachI can confirm tests fail with latest stable releases of i18n (7.x-1.8) and Variable (7.x-2.2), but pass locally with the latest dev code of both.
Comment #6
plachTest failures are unrelated to this patch, see #1889084: Menu translation tests broken.
Comment #7
plach#1: et-fields_hidden-1888192-1.patch queued for re-testing.
Comment #8
plachComment #9
plachCommitted and pushed.