This warning is displayed on the Node add/edit form, when there is a multifield on the form

Patch attached

Comments

cslevy created an issue. See original summary.

cslevy’s picture

Status: Active » Needs review
heykarthikwithu’s picture

StatusFileSize
new845 bytes
new796 bytes

Checked with multifield-7.x-1.x version, but was not able to reproduce the same.

Even though the patch will be ok for checking the value is existing or not, since already piece of condition is written like > 0 for checking the #maxdelta.
So for that isset() will be the best choice for checking the empty condition, since #maxdelta this is an integer value.

heykarthikwithu’s picture

Issue tags: +Quick fix
bdone’s picture

StatusFileSize
new861 bytes
new1010 bytes

re-roll for 7.x-1.x-dev.

bdone’s picture

StatusFileSize
new862 bytes
new1011 bytes
new862 bytes