stable

Clone or download

Read-only

fix request #31068 Field dependencies not properly checked at artifact creation

Given a tracker with : * field dependencies between 2 select boxes * source select box is "in submit" & "in update" * target select box is "in update" only Even if the values are correct as per the field dep rule (ie source has a value that implies that target is "None") the creation is refused because at validation, None is not there. This was introduced by git #tuleap/stable/e7add13e3afa0a6eba87558426af3687738e0445 Change-Id: Iecaf85742f68a9817fcd38208cdb6fa211c8f9ca

Modified Files

Name
M plugins/tracker/include/Tracker/Artifact/Changeset/ChangesetDataInitializator.class.php +3 −0 Go to diff View file
M plugins/tracker/tests/unit/Artifact/Changeset/Tracker_Artifact_Changeset_ChangesetDataInitializatorTest.php +39 −1 Go to diff View file