stable

Clone or download

Read-only

Replace id field by listPickers on testmanagement administration

part of request #18363 Enforce Testmanagement administration This patch replace actual field id on testmanagement administration The list pickers will give all trackers available for each part of ttm - Validation campaign and issue must have artifact link - step defintion must have step definition field - step execution must have step execution field Change-Id: I277b470ee12dbd0ce561f07316f50f66c5f741e5

Modified Files

Name
D plugins/testmanagement/include/TestManagement/AdminPresenter.class.php +0 −117 Go to diff View file
R plugins/testmanagement/include/TestManagement/AdminController.class.php Go to diff View file
A plugins/testmanagement/include/TestManagement/Administration/AdminPresenter.class.php +125 −0 Go to diff View file
A plugins/testmanagement/include/TestManagement/Administration/AdminTrackerPresenter.php +43 −0 Go to diff View file
A plugins/testmanagement/include/TestManagement/Administration/AdminTrackersRetriever.php +175 −0 Go to diff View file
A plugins/testmanagement/include/TestManagement/Administration/ListOfAdminTrackersPresenter.php +45 −0 Go to diff View file
M plugins/testmanagement/include/TestManagement/LegacyRoutingController.php +1 −0 Go to diff View file
M plugins/testmanagement/include/TestManagement/Router.class.php +16 −6 Go to diff View file
M plugins/testmanagement/include/testmanagementPlugin.php +2 −0 Go to diff View file
M plugins/testmanagement/package.json +1 −0 Go to diff View file
A plugins/testmanagement/scripts/testmanagement/src/admin/testmanagement-admin.ts +13 −0 Go to diff View file
M plugins/testmanagement/site-content/fr_FR/LC_MESSAGES/tuleap-testmanagement.po +12 −5 Go to diff View file
M plugins/testmanagement/templates/admin.mustache +102 −95 Go to diff View file
R plugins/testmanagement/tests/unit/TestManagement/AdminControllerTest.php Go to diff View file
A plugins/testmanagement/tests/unit/TestManagement/Administration/AdminTrackersRetrieverTest.php +261 −0 Go to diff View file
M plugins/testmanagement/themes/BurningParrot/css/includes/_administration.scss +18 −0 Go to diff View file
M plugins/testmanagement/webpack.common.js +1 −0 Go to diff View file