Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jeric 122 posts 192 karma points
    Jan 27, 2014 @ 18:17
    Jeric
    0

    Conditions bug?

    Umbraco Contour version 3.0.17

    Umbraco V6.1.6

    I have a Contour Checkboxlist with the below  list items.
    I have another textfield which will be shown once the checkboxlist item of "Other" is selected.

    CheckboxList Name: Areas of Interest
    CheckboxList Items:

    • Finance
    • Tax
    • Other
    In my Textfield, I've Enabled Conditions and had set to Show this field if Any of the following match.
    I've set "Areas or Interest" "Is" "Other"
    Which works fine when I checked on the checkbox of "Other" and the Textfield will be shown.
    The issue is, if I check on "Finance" and I then click on the "Other" checkbox.
    The Textfield will not be shown.

    Am I missing something or is there a bug somewhere?
    Appreciate any help on this.
    Thanks

     

     

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 28, 2014 @ 20:06
    Tim Geyssens
    0

    Will try to reproduce and see if it's a bug (but sounds like it)

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 28, 2014 @ 20:13
    Tim Geyssens
    0

    Do you get any js errors?

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 29, 2014 @ 10:32
    Tim Geyssens
    1

    Not a bug, but you need to use contains instead of is

    Since if you select multiple items (and also Other) the value won't be Other but will contain Other

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 29, 2014 @ 10:32
    Tim Geyssens
    0

    So not a bug :)

  • Jeric 122 posts 192 karma points
    Jan 29, 2014 @ 11:10
    Jeric
    0

    Thanks Tim, it worked. Had wasted a couple of hours on this. 

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 29, 2014 @ 13:51
    Tim Geyssens
    0

    Ok, thanks for confirming

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies