silverstripe-userforms/code/Model/EditableFormField
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
..
EditableDateField FIX Fix CMS css name, remove old showcalendar DateField config, update CountryDropdownField 2017-08-22 16:40:16 +12:00
EditableCheckbox.php API Remove deprecated migrateSettings() and secure assets integration code 2017-09-21 09:40:04 +12:00
EditableCheckboxGroupField.php FIX Update namespacing and include paths in new multiple option field tests 2017-08-22 16:40:18 +12:00
EditableCountryDropdownField.php FIX Update getIcon resource resolution methods 2017-11-03 11:12:55 +13:00
EditableDateField.php API Move templates to namespaced class locations in the templates folder 2017-08-22 16:40:16 +12:00
EditableDropdown.php FIX Remove unused namespace references and add to doc block references 2017-09-05 09:53:35 +12:00
EditableEmailField.php API Move templates to namespaced class locations in the templates folder 2017-08-22 16:40:16 +12:00
EditableFieldGroup.php FIX Remove unused namespace references and add to doc block references 2017-09-05 09:53:35 +12:00
EditableFieldGroupEnd.php API Implement cascading deletes API for model relations 2017-08-22 16:40:17 +12:00
EditableFileField.php API Remove deprecated migrateSettings() and secure assets integration code 2017-09-21 09:40:04 +12:00
EditableFormHeading.php Merge branch '4' 2018-02-05 12:10:50 +13:00
EditableFormStep.php FIX Syntax error and last of translation namespacing 2017-08-22 16:40:15 +12:00
EditableLiteralField.php FIX Remove unused namespace references and add to doc block references 2017-09-05 09:53:35 +12:00
EditableMemberListField.php FIX Remove incorrect upgrader translation operations and mark to be skipped in future 2017-10-26 10:00:02 +13:00
EditableMultipleOptionField.php FIX stop form items double duplicating (#728) 2018-03-05 14:31:33 +13:00
EditableNumericField.php API Move templates to namespaced class locations in the templates folder 2017-08-22 16:40:16 +12:00
EditableOption.php API Implement cascading deletes API for model relations 2017-08-22 16:40:17 +12:00
EditableRadioField.php FIX Add namespaces for UserFormsOptionSetField template and EditableMultipleOptionField templates 2017-08-22 16:40:18 +12:00
EditableTextField.php API Move templates to namespaced class locations in the templates folder 2017-08-22 16:40:16 +12:00
Validator.php API Implement upgrader cleanup, array declaration changes, class injection, rename some models 2017-08-22 16:40:15 +12:00