stable

Clone or download

Read-only

Send the project icon to the front

Part of story #22687 distinguish projects with an icon No functionnal change expected Change-Id: I7911ec3547ef0aaf1b5737a13a9bca746f6fcdfe

Modified Files

Name
M src/common/Project/Admin/ProjectDetails/ProjectDetailsController.php +4 −1 Go to diff View file
M src/common/Project/Admin/ProjectDetails/ProjectDetailsPresenter.php +7 −1 Go to diff View file
A src/common/Project/Icons/ProjectIconRetriever.php +32 −0 Go to diff View file
M src/common/Request/RouteCollector.php +4 −4 Go to diff View file
A src/scripts/project/admin/src/helpers/icon-picker-builder.test.ts +87 −0 Go to diff View file
M src/scripts/project/admin/src/helpers/icon-picker-builder.ts +8 −3 Go to diff View file
M src/scripts/project/admin/src/helpers/icon-picker-initializer.test.ts +19 −1 Go to diff View file
M src/scripts/project/admin/src/helpers/icon-picker-initializer.ts +4 −1 Go to diff View file
D src/scripts/project/admin/src/helpers/icons-for-project.json +0 −1 Go to diff View file
M src/scripts/project/admin/src/project-admin-details.ts +1 −1 Go to diff View file
M src/templates/project/project-details.mustache +1 −1 Go to diff View file
M src/www/project/admin/editgroupinfo.php +4 −0 Go to diff View file
M tests/unit/common/Project/ProjectDetails/ProjectDetailsControllerTest.php +2 −0 Go to diff View file