stable
Clone or download
Read-only
request #13634 tracker's rules' validation don't check null values on CSV import
Null values are not checked for field dependencies. This patch allow tho check null values. How to test : - Import a CSV with null values on field which should be set at Regulated Field which not support transition too null. --> should have an Feedback error during the preview import --> Artifact with errors should not be imported or created via REST route or artifact view. Change-Id: I7e1094e5cf7d92b6d92118d72b647f7d9d54165d
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/Rule/TrackerRulesListValidator.php | +0 | −5 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker.class.php | +3 | −1 | Go to diff View file |
M | plugins/tracker/phpunit/Tracker/Rules/TrackerRulesListValidatorTest.php | +39 | −19 | Go to diff View file |