stable

Clone or download

Read-only

feat(project_admin): request #37930 Adding or removing a project widget must be logged in project history

Given a widget added or removed in a project dashboard, then these two actions must be logged in project history Change-Id: I43564a40b0a180bfa532d26ec8fbd440cb1db2ba

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +6 −0 Go to diff View file
M site-content/pt_BR/LC_MESSAGES/tuleap-core.po +6 −0 Go to diff View file
M src/common/Dashboard/Project/ProjectDashboardController.php +27 −74 Go to diff View file
M src/common/Dashboard/Widget/Add/AddWidgetController.php +18 −26 Go to diff View file
A src/common/Dashboard/Widget/WidgetProjectAdminActionsHistoryEntry.php +37 −0 Go to diff View file
M src/common/Project/Admin/History/GetHistoryKeyLabel.php +6 −0 Go to diff View file
M src/common/Project/Home.php +2 −0 Go to diff View file
M src/www/widgets/index.php +2 −1 Go to diff View file