stable
Clone or download
Read-only
request #7535 TV3 to TV5 : a float field with no value generate errors in XML import
Deal with NULL values for float and int fields Change-Id: Iddd5a6f2327607f1e6f721136e9656e0ee970016
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/tracker/ArtifactFloatFieldXMLExporter.class.php | +9 | −0 | Go to diff View file |
M | src/common/tracker/ArtifactIntegerFieldXMLExporter.class.php | +9 | −0 | Go to diff View file |
M | tests/simpletest/common/tracker/ArtifactXMLExporterTestPHP53.php | +33 | −0 | Go to diff View file |
A | tests/simpletest/common/tracker/_fixtures/artifact_with_float_history_with_no_value.json | +54 | −0 | Go to diff View file |
A | tests/simpletest/common/tracker/_fixtures/artifact_with_integer_history.json | +54 | −0 | Go to diff View file |
A | tests/simpletest/common/tracker/_fixtures/artifact_with_integer_history_with_no_value.json | +54 | −0 | Go to diff View file |