stable

Clone or download

Read-only

Links to FRS release notes should be updated

Part of request #14539 Move FRS plugin to BurningParrot How to test: - make dev-clear-cache - Go to a Release artifact that is linked to an FRS release - In Tracker view, the "Release" link should redirect to the front-router URL (instead of shownotes.php) - In AgileDashboard view, the "Release" link should redirect to the front-router URL (instead of shownotes.php) Following b033e91a28ce7f81f9d0caf0a8b01ff674abcec3, the FRS plugin release notes referencing artefact links has been moved out of shownotes.php The links in Tracker and AgileDashboard need to be updated to point to the new front-router URL. Change-Id: I9982485f68c7ffec96b998192eeb2153dd401c9e

Modified Files

Name
M plugins/frs/include/FRS/AgileDashboardPaneInfo.php +3 −2 Go to diff View file
M plugins/frs/include/FRS/ArtifactView.php +3 −2 Go to diff View file
A plugins/frs/phpunit/FRS/AgileDashboardPaneInfoTest.php +60 −0 Go to diff View file
A plugins/frs/phpunit/FRS/ArtifactViewTest.php +56 −0 Go to diff View file