silverstripe-userforms/tests
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 FIX Fix support address list in email address fields (#707) 2018-01-29 09:56:44 +13:00
Form Update path 2017-10-16 14:56:20 +13:00
FormField FIX Remove old upgrade maps, comment failing test (see todo), change publish strategy in UDF test 2017-08-22 16:40:17 +12:00
Model FIX stop form items double duplicating (#728) 2018-03-05 14:31:33 +13:00
templates/SilverStripe/UserForms/Tests/Control Update path 2017-10-16 14:56:20 +13:00
UserFormsTest.yml FIX Fix support address list in email address fields (#707) 2018-01-29 09:56:44 +13:00