stable

Clone or download

Read-only

Sort nature & sections alphabetically

This is part of story #17180 take into account gitlab commits How to test: - Have some cross refs in an artifact (document, tracker, git commit, git pull request, ...) - Have some xRefs from different git repositories Expected results: - Xrefs are sorted alphabetically by nature - Artifact Tracker V5 -> Document -> Git Commit -> Git Pull Request - Repository (section) in git xRefs are sorted alphabetically Change-Id: I927f9940f75f404e13068e51d7cb34fdf5d080d9

Modified Files

Name
M src/common/Reference/CrossReferenceByDirectionPresenter.php +17 −2 Go to diff View file
M src/common/Reference/CrossReferenceNaturePresenter.php +18 −3 Go to diff View file
A tests/unit/common/Reference/CrossReferenceByDirectionPresenterTest.php +48 −0 Go to diff View file
M tests/unit/common/Reference/CrossReferenceNaturePresenterTest.php +38 −25 Go to diff View file