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 and has a default value Even if the values are correct as per the field dependencies rules (source has a value that implies that target is the default value) the creation is refused because at validation, the default value is not there. Change-Id: I978585cee1d7bc19587af8de7fab8d022666890d

Modified Files

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