stable

Clone or download

Read-only

chore: The modal must not be open if project Git repositories loading failed

This is part of story #26803 create Tuleap Git branch & pull request from artifact When the REST route GET projects/:id/git returns an error (4xx or 5xx), then the modal must not be open with an empty list of repositories, but must be closed with an error message. Change-Id: Id73643b9321e217ac69b189b58b108ee7e44c05f

Modified Files

Name
M plugins/git/build-manifest.json +1 −1 Go to diff View file
M plugins/git/scripts/artifact-create-branch-action/package.json +2 −2 Go to diff View file
M plugins/git/scripts/artifact-create-branch-action/po/fr_FR.po +12 −2 Go to diff View file
M plugins/git/scripts/artifact-create-branch-action/po/pt_BR.po +6 −0 Go to diff View file
M plugins/git/scripts/artifact-create-branch-action/src/index.ts +22 −2 Go to diff View file
M plugins/git/scripts/artifact-create-branch-action/src/modal.ts +25 −17 Go to diff View file