silverstripe-userforms/code
Dylan Wagstaff 48bf46215e FIX stop form items double duplicating (#728)
When calling `duplicate` on a form, a form field, or suchlike, the results
would be that all related items to the thing being duplicated (such as
fields for a form, or options to an editabledropdown) would be duplicated
_twice_; ie. where a form had two fields, it's new duplicate would have
four (each one occurring twice). We have stopped this in a backwards
compatible way - that is the bug was introduced with core 4.1, and this
change leaves the userforms module compatible with 4.0.
2018-03-05 14:31:33 +13:00
..
Control add proper fallbacks to cover tests 2018-02-14 11:30:35 +00:00
Extension Convert to vendor module, remove secure assets suggestion 2017-10-18 22:18:46 +13:00
Form add proper fallbacks to cover tests 2018-02-14 11:30:35 +00:00
FormField FIX Fix CMS css name, remove old showcalendar DateField config, update CountryDropdownField 2017-08-22 16:40:16 +12:00
Model FIX stop form items double duplicating (#728) 2018-03-05 14:31:33 +13:00
Modifier API Implement upgrader cleanup, array declaration changes, class injection, rename some models 2017-08-22 16:40:15 +12:00
Task FIX Namespacing errors and method incompatibilities with parent classes 2017-08-22 16:40:16 +12:00
UserForm.php FIX stop form items double duplicating (#728) 2018-03-05 14:31:33 +13:00