dev

Forked from tuleap/dev

Clone or download

Read-only

tasks #7380: filter by queue in the UI

This task is part of story #7349 SystemEvent to be processed independently Change-Id: I39a58b78b89255da8f07c80f07256ae7e1f59149

Modified Files

Name
M site-content/en_US/admin/admin.tab +3 −0 Go to diff View file
M site-content/fr_FR/admin/admin.tab +3 −0 Go to diff View file
M src/common/include/Combined.class.php +2 −1 Go to diff View file
M src/common/system_event/SystemEventManager.class.php +20 −8 Go to diff View file
A src/templates/admin/system_events/admin-system-events.mustache +123 −0 Go to diff View file
A src/www/admin/system_events/adminPresenter.class.php +139 −0 Go to diff View file
M src/www/admin/system_events/index.php +166 −113 Go to diff View file
A src/www/scripts/admin/system_events.js +32 −0 Go to diff View file