silverstripe-userforms/tests/Model
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
..
EditableFormField FIX Update getIcon resource resolution methods 2017-11-03 11:12:55 +13:00
Recipient FIX Update namespacing and include paths in new multiple option field tests 2017-08-22 16:40:18 +12:00
EditableCustomRuleTest.php FIX Remove old upgrade maps, comment failing test (see todo), change publish strategy in UDF test 2017-08-22 16:40:17 +12:00
EditableCustomRuleTest.yml FIX Use correct class names in EditableCustomRuleTest fixtures 2017-08-22 16:40:17 +12:00
EditableFormFieldTest.php FIX stop form items double duplicating (#728) 2018-03-05 14:31:33 +13:00
EditableFormFieldTest.yml Make test fixtures more readable, update memory limit in Travis runs 2017-08-22 16:40:17 +12:00
UserDefinedFormTest.php FIX stop form items double duplicating (#728) 2018-03-05 14:31:33 +13:00