You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2014/12/21 08:25:13 UTC

[jira] [Commented] (OFBIZ-5685) Setting a dependent question for question of type 'Boolean Yes/No' is not possible

    [ https://issues.apache.org/jira/browse/OFBIZ-5685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14255080#comment-14255080 ] 

Jacques Le Roux commented on OFBIZ-5685:
----------------------------------------

Please Ashish change the "Fix versions" to unreleased ones.

> Setting a dependent question for question of type 'Boolean Yes/No' is not possible
> ----------------------------------------------------------------------------------
>
>                 Key: OFBIZ-5685
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5685
>             Project: OFBiz
>          Issue Type: Bug
>          Components: content
>    Affects Versions: Release Branch 11.04, Release Branch 12.04, Release Branch 13.07, Trunk
>            Reporter: Pierre Smits
>            Assignee: Ashish Vijaywargiya
>             Fix For: Release Branch 12.04, Release Branch 13.07, Upcoming Branch
>
>         Attachments: OFBIZ-5685.patch
>
>
> When having question 1 of type 'Boolean Yes/No' a second question being dependent on one of either options can not be set to be dependent on question 1.
> This is due to the fact that the select options Yes and No don't have an option value assigned. See code exerpt from html source below:
> {code}
> <div>Did you enjoy the show?</div>
> </td>
> <td width="1">&nbsp;</td>
> <td align="right">
> <select name="answers_10020">
>   <option value=""></option>
>   <option selected="selected">Y</option>
>   <option >N</option>
> </select>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)