stable

Clone or download

Read-only

Add project and display it

This is part of story #21792 define Teams associated to Programs How to test: - Go to Program Admin ➡️ You can select and add a new team ➡️ On click, the team is added and the page is reloaded ➡️ If an error is thrown from API, Then it is displayed in UI under button. Change-Id: I608645e98ecb214b1c9a23d14978fce9b944b2ee

Modified Files

Name
A plugins/program_management/scripts/admin/src/add-team.test.ts +130 −0 Go to diff View file
A plugins/program_management/scripts/admin/src/add-team.ts +67 −0 Go to diff View file
A plugins/program_management/scripts/admin/src/helper/button-to-add-team-helper.test.ts +60 −0 Go to diff View file
A plugins/program_management/scripts/admin/src/helper/button-to-add-team-helper.ts +40 −0 Go to diff View file
A plugins/program_management/scripts/admin/src/helper/rest-error-helper.test.ts +73 −0 Go to diff View file
A plugins/program_management/scripts/admin/src/helper/rest-error-helper.ts +36 −0 Go to diff View file
M plugins/program_management/scripts/admin/src/index.ts +6 −3 Go to diff View file
M plugins/program_management/templates/admin/teams/admin-form-add-team.mustache +3 −2 Go to diff View file
M plugins/program_management/themes/program_management/_admin.scss +4 −0 Go to diff View file