unclecheese / silverstripe-event-calendar

The Event Calendar module for SilverStripe
GNU General Public License v2.0
31 stars 78 forks source link

Monthly recursion issue with disabled options #67

Open adamjudd opened 9 years ago

adamjudd commented 9 years ago

A client bumped into this issue today using the latest Event Calendar build and SS 3.1.9.

If you select an event and attempt to add a monthly recursion - you can chose between "On these dates..." or "On the...". If you select the first option for "On these dates" the corresponding checkboxes change from disabled to enabled. If you select the "On the..." while the raw select element will change to be not disabled anymore - the Chosen based dropdowns remain disabled.

image

If you perform a flush on the page - the Chosen fields always remain active, irrespective of what the actual select box is doing, and my client reported getting it working by saving and then going back to edit the recurring settings.

I tried to replicate this on the Event Calendar test installation, but the fields there are native select boxes, not the Chosen elements.

3Dgoo commented 8 years ago

This issue should be fixed as a part of the #99 merged pull-request. Please give the latest version of this module a test and check if this issue is solved for you.