stable
Clone or download
Read-only
fixes request #40091 Improve logs for rule dependencies
How to test: When a global rule is not respected, we do now have why constraint is not respected in workflow logs Change-Id: I4bf5ddaa5fd403593f86918bf8c17b3bf10913b1
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field.php | +10 | −6 | Go to diff View file |
M | plugins/tracker/include/Tracker/Rule/TrackerRulesDateValidator.php | +4 | −9 | Go to diff View file |
M | plugins/tracker/include/Tracker/Rule/TrackerRulesListValidator.php | +5 | −14 | Go to diff View file |
M | plugins/tracker/include/Tracker/Rule/Tracker_RulesManager.class.php | +3 | −0 | Go to diff View file |
M | plugins/tracker/include/Workflow/WorkflowFactory.class.php | +4 | −3 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Rules/TrackerRulesDateValidatorTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Rules/TrackerRulesListValidatorTest.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Rules/TrackerRulesManager/TrackerRulesManagerForbiddenTest.php | +1 | −0 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Rules/TrackerRulesManager/TrackerRulesManagerImportXMLTest.php | +2 | −1 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Rules/TrackerRulesManager/TrackerRulesManagerIsUsedInFieldDependencyTest.php | +1 | −0 | Go to diff View file |
M | plugins/tracker/tests/unit/Tracker/Rules/TrackerRulesManager/TrackerRulesManagerValidationTest.php | +1 | −0 | Go to diff View file |