stable

Clone or download

Read-only

Convert TestManagment chart into composition API

part of request #33654 move project milestone widget in vue3 No functional changes: testmanagment chart are still displayed in order to have a testmanagment chart, use test plan, create a campaign with some tests. Play the campaign and have tests with several status, the chart must reflect status Why? We need to convert every component from component to composition API in order to bump vue2 to vue3 Change-Id: Ie35ad5d51f17f8507e447eedd1f1ccbb3eb78d4e

Modified Files

Name
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/TestManagement/TestManagement.test.ts +11 −23 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/TestManagement/TestManagement.vue +56 −58 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/TestManagement/TestManagementDisplayer.test.ts +15 −57 Go to diff View file
M plugins/projectmilestones/scripts/projectmilestones/src/components/WhatsHotSection/ReleaseDescription/TestManagement/TestManagementDisplayer.vue +56 −63 Go to diff View file