stable

Clone or download

Read-only

feat: Save labels

part of: story #31537 Add tags and make them updatable How to test: - add some labels, and remove some of them that were initially selected - save --> The labels have been saved Change-Id: I2cdf70215d54b688bb1ba06bad30667dce1cafb8

Modified Files

Name
M lib/frontend/fetch-result/src/ResultFetcher.ts +14 −0 Go to diff View file
M lib/frontend/fetch-result/src/main.ts +16 −0 Go to diff View file
A plugins/pullrequest/scripts/lib/rest-api-types/src/labels.ts +29 −0 Go to diff View file
M plugins/pullrequest/scripts/lib/rest-api-types/src/main.ts +1 −0 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/api/tuleap-rest-querier.test.ts +67 −1 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/api/tuleap-rest-querier.ts +30 −1 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/components/Labels/PullRequestManageLabelsModal.test.ts +45 −4 Go to diff View file
M plugins/pullrequest/scripts/pullrequest-overview/src/components/Labels/PullRequestManageLabelsModal.vue +28 −14 Go to diff View file