stable

Clone or download

Read-only

Add a webUI to DELETE project banner

To test it, you have to PUT the banner to /api/projects/:project_id/banner and then go to /project/:project_id/admin/banner with your browser. This change is part of story #12264 Change-Id: I946201c2f39f82c202aa8cb974f24ea67b5b07ae

Modified Files

Name
M src/common/Project/Banner/BannerAdministrationController.php +2 −1 Go to diff View file
M src/templates/project/admin/banner/administration.mustache +1 −1 Go to diff View file
M src/www/scripts/project/admin/banner/index-banner-project-admin.ts +6 −1 Go to diff View file
M src/www/scripts/project/admin/banner/po/fr_FR.po +6 −0 Go to diff View file
A src/www/scripts/project/admin/banner/src/api/rest-querier.ts +24 −0 Go to diff View file
M src/www/scripts/project/admin/banner/src/components/App.test.ts +52 −4 Go to diff View file
M src/www/scripts/project/admin/banner/src/components/App.vue +40 −3 Go to diff View file
A src/www/scripts/project/admin/banner/src/components/BannerDeleter.test.ts +52 −0 Go to diff View file
A src/www/scripts/project/admin/banner/src/components/BannerDeleter.vue +41 −0 Go to diff View file
A src/www/scripts/project/admin/banner/src/components/BannerPresenter.test.ts +37 −0 Go to diff View file
A src/www/scripts/project/admin/banner/src/components/BannerPresenter.vue +32 −0 Go to diff View file
A src/www/scripts/project/admin/banner/src/components/__snapshots__/App.test.ts.snap +39 −0 Go to diff View file
A src/www/scripts/project/admin/banner/src/components/__snapshots__/BannerDeleter.test.ts.snap +36 −0 Go to diff View file
A src/www/scripts/project/admin/banner/src/components/__snapshots__/BannerPresenter.test.ts.snap +9 −0 Go to diff View file
A src/www/themes/BurningParrot/css/includes/project-admin/_banner.scss +22 −0 Go to diff View file