silverstripe-userforms/tests
Robbie Averill 0a3ebcb224 FIX Display rules for page breaks/editable form steps now works again
This was previously broken in a regression from https://github.com/silverstripe/silverstripe-userforms/pull/575
where the fields themselves could still be toggled, but the jQuery event dispatches for the form steps
were removed. This pull request re-introduces those jQuery event triggers when hiding and showing
editable form fields via display rules.
2019-03-26 14:17:41 +13:00
..
Model/EditableFormField FIX Alias object context in closure for PHP 5.3 compat, add test to cover it 2017-08-16 13:59:41 +12:00
model/recipients FIX Ensure HTML email preview content is parsed as HTML including shortcodes 2017-06-12 12:03:05 +12:00
templates ENHANCEMENT: added test coverage for UserDefinedForm.php and placeholders for other sections. API change: processNewFormFields removed 2010-09-03 05:06:13 +00:00
EditableCheckboxGroupFieldTest.php ENHANCEMENT removed needless list from CheckboxGroupField and RadioField 2017-07-12 10:40:53 +12:00
EditableCustomRuleTest.php FIX Display rules for page breaks/editable form steps now works again 2019-03-26 14:17:41 +13:00
EditableCustomRuleTest.yml Enhancement: Implemented and/or display rules for UserForms 2017-04-28 10:22:15 +12:00
EditableDropdownTest.php ENHANCEMENT setEmptyString option on EditableDropdown 2016-11-16 17:04:54 -06:00
EditableFileFieldTest.php FIX incorrect calculation of MAX_FILE_SIZE (#600) 2017-05-25 09:32:06 +12:00
EditableFormFieldTest.php FIX Hide and show form fields by toggling the "hide" class instead of jQuery methods 2017-05-22 15:54:28 +12:00
EditableFormFieldTest.yml Enhancement: Implemented and/or display rules for UserForms 2017-04-28 10:22:15 +12:00
EditableLiteralFieldTest.php FIX Make EditableLiteralField extensible, have its own template, honour visibility rules 2017-05-18 10:34:04 +12:00
EditableRadioFieldTest.php ENHANCEMENT removed needless list from CheckboxGroupField and RadioField 2017-07-12 10:40:53 +12:00
SecureEditableFileFieldTest.php Convert to psr-2 2016-08-09 17:05:22 +12:00
UserDefinedFormControllerTest.php Convert to psr-2 2016-08-09 17:05:22 +12:00
UserDefinedFormTest.php Adding extra filters (GreaterThan, LessThan, etc.) to Email Custom Rules (#590) 2017-05-15 18:03:51 +12:00
UserDefinedFormTest.yml Fix for #185 and #194 (#539) 2017-01-30 10:24:00 +00:00
UserDefinedForm_EmailRecipientConditionTest.php Adding extra filters (GreaterThan, LessThan, etc.) to Email Custom Rules (#590) 2017-05-15 18:03:51 +12:00
UserDefinedForm_EmailRecipientConditionTest.yml Adding extra filters (GreaterThan, LessThan, etc.) to Email Custom Rules (#590) 2017-05-15 18:03:51 +12:00
UserFormTest.php Convert to psr-2 2016-08-09 17:05:22 +12:00
UserFormsCheckboxSetFieldTest.php BUG Fix issue with UserFormsCheckboxSetField 2016-12-21 15:09:27 +13:00
UserFormsUpgradeServiceTest.php Convert to psr-2 2016-08-09 17:05:22 +12:00
UserFormsUpgradeServiceTest.yml API new form editor 2015-08-10 13:15:59 +12:00
UserFormsVersionedTest.php BUG Use non-destructive pubilshing for editable options 2017-03-13 10:14:30 +13:00