stable

Clone or download

Read-only

story #9100: See a rollup view for parent/child

Given an artifact with children (based on nature _is_child) When I look at the "Child" tab of the ArtifactLink field Then I can see a toggle icon next to the xref of each children that have children And when IΒ click on this icon Then the children are displayed And I can expand them if they have also children And so on, and so on. Change-Id: Ieb19503251714aeb5cc84165530374eeaf101d68

Modified Files

Name
M plugins/frs/include/FRS/REST/v1/ReleaseRepresentation.php +1 βˆ’1 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactRepresentation.class.php +21 βˆ’1 Go to diff View file
M plugins/tracker/include/REST/Artifact/ArtifactRepresentationBuilder.class.php +5 βˆ’1 Go to diff View file
M plugins/tracker/include/REST/v1/ReportsResource.class.php +1 βˆ’1 Go to diff View file
M plugins/tracker/include/REST/v1/TrackersResource.class.php +1 βˆ’1 Go to diff View file
M plugins/tracker/include/Tracker/Artifact/Tracker_Artifact.class.php +3 βˆ’1 Go to diff View file
M plugins/tracker/tests/REST_Backend/Artifact/ArtifactRepresentationBuilderTest.php +11 βˆ’1 Go to diff View file
M plugins/tracker/www/scripts/TrackerArtifactLink.js +240 βˆ’94 Go to diff View file
M plugins/tracker/www/themes/default/css/style.scss +18 βˆ’0 Go to diff View file
M tests/rest/ArtifactsTest.php +18 βˆ’0 Go to diff View file