stable

Clone or download

Read-only

Revert "request #13634 tracker's rules' validation don't check null values on CSV import"

Contribution seems to introduce regressions. This reverts commit 46ebf0c3732223e8ad6f251755a8f8d91cb087e1. Change-Id: I6c8368819aabdf5ea441826a303bc3332d651b33

Modified Files

Name
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElementFactory.class.php +0 −11 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field.class.php +1 −11 Go to diff View file
D plugins/tracker/include/Tracker/Rule/TrackerRulesDateValidator.php +0 −110 Go to diff View file
D plugins/tracker/include/Tracker/Rule/TrackerRulesListValidator.php +0 −195 Go to diff View file
M plugins/tracker/include/Tracker/Rule/Tracker_RulesManager.class.php +207 −34 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +1 −3 Go to diff View file
M plugins/tracker/include/Workflow/WorkflowFactory.class.php +1 −7 Go to diff View file
D plugins/tracker/phpunit/Tracker/Workflow/TrackerRulesDateValidatorTest.php +0 −167 Go to diff View file
D plugins/tracker/phpunit/Tracker/Workflow/TrackerRulesListValidatorTest.php +0 −296 Go to diff View file
M plugins/tracker/tests/Tracker_RulesManagerTest.php +587 −26 Go to diff View file
M plugins/tracker/tests/workflow/WorkflowFactoryTest.php +1 −3 Go to diff View file