Data definitions Radio button reveals all fields

pipequeno's Avatar

pipequeno

13 Jul, 2016 11:12 PM

Within in-context pop-up editor, the radio button of my data definition reveals all the fields when user makes a selection. So if the parent element is set to be a Multiple element, and the user selects the radio button to reveal fields within it, the Radio button reveals the field as expected, however this behavior takes place on all the multiple elements. Is there a way to only reveal the field on that specific parent elements, instead of displaying the field on all.
I understand this might be confusing, please see the images below... first image shows when No field is reveal, due to radio button selection. Second image shows when fields are reveal.

Any feedback would be greatly appreciated.
Thanks,
-Perla

  1. Support Staff 1 Posted by Tim on 14 Jul, 2016 12:17 PM

    Tim's Avatar

    Hi Perla,

    Can you tell me which version of Cascade you all are currently running? This looks like a bug that we fixed back in 7.10.1. So, if you're running anything prior to that, you'll want to upgrade to 7.14.2 (the latest) as soon as possible.

    If you are already running on 7.10.1 or later, please attach a copy of your Data Definition XML to this discussion.

    Thanks!

  2. 2 Posted by pipequeno on 14 Jul, 2016 03:45 PM

    pipequeno's Avatar

    Hello Tim,
    We are running 7.14.2.
    Here is the Data definition XML

    <system-data-structure>
    
        <group identifier="story" label="Story" multiple="true" collapsed="true">
            <text identifier="title" label="Title" required="true" help-text="Enter title of story."/>
            <text type="calendar" identifier="date" label="Date" required="true" help-text="Enter date of publication."/>
            <asset type="page,file,symlink" identifier="link" label="Link" required="true" help-text="Enter link to web page."/>
            <text type="radiobutton" identifier="description-option" label="Add short description?" default="No">
                <radio-item value="Yes" show-fields="story/description"/>
                <radio-item value="No"/>
            </text>
            <text multi-line="true" identifier="description" label="Brief Description"/>
            <asset type="file" identifier="image" label="Image" required="true" help-text="Add image related to the story."/>
        </group>
    </system-data-structure>
    
  3. Support Staff 3 Posted by Tim on 14 Jul, 2016 06:00 PM

    Tim's Avatar

    Thanks for including that, Perla. I'm able to confirm that this is a known bug that is somewhat related to the original bug I mentioned (which was fixed in 7.10.1). The good news is that I just tested this on Cascade 8 (which should be available in the near future) and I'm unable to replicate this behavior. So, it appears that this is already corrected for our next release.

    I apologize for the inconvenience in the meantime. Please let me know if you have any additional questions.

    Thanks

Discussions are closed to public comments.
If you need help with Cascade CMS please start a new discussion.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac

 

26 Aug, 2016 01:19 PM
25 Aug, 2016 03:02 PM
25 Aug, 2016 12:50 PM
24 Aug, 2016 08:43 PM
24 Aug, 2016 07:20 PM
21 Aug, 2016 01:20 PM