You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In content.formLikertField.FGLikertField.htmlValue, we check for presence of an attribute len on value, even though it will never be used in the branch.
Indeed, the ZPublisher.HTTPRequest.record we see there doesn't have an attribute len, so the branch appears to never be taken. (At least neither for the mail adapter nor for the thanks page.)
As a consequence, the questions are not visible in the generated mails etc.
In
content.formLikertField.FGLikertField.htmlValue
, we check for presence of an attributelen
onvalue
, even though it will never be used in the branch.Indeed, the
ZPublisher.HTTPRequest.record
we see there doesn't have an attributelen
, so the branch appears to never be taken. (At least neither for the mail adapter nor for the thanks page.)As a consequence, the questions are not visible in the generated mails etc.
(Source: http://stackoverflow.com/q/32359852/505649)
The text was updated successfully, but these errors were encountered: