stable

Clone or download

Read-only

Replace delete checkbox by a delete popover

Part of story #9892: notify group of people in addition to individuals The deletion of a notification row is not anymore done through a checkbox. We use a link + confirmation popover, like it is done for git webhook. Change-Id: Ide46601568b3fffd8d989433a849736b27cf8a84

Modified Files

Name
M plugins/tracker/build-manifest.json +2 −1 Go to diff View file
M plugins/tracker/include/Tracker/Notifications/PaneNotificationListPresenter.php +10 −1 Go to diff View file
M plugins/tracker/include/Tracker/Tracker_NotificationsManager.class.php +3 −3 Go to diff View file
M plugins/tracker/site-content/fr_FR/LC_MESSAGES/tuleap-tracker.po +20 −3 Go to diff View file
M plugins/tracker/site-content/tuleap-tracker.pot +17 −2 Go to diff View file
M plugins/tracker/templates/notifications/notifications.mustache +134 −109 Go to diff View file
A plugins/tracker/www/scripts/tracker-admin-notifications-popover.js +65 −0 Go to diff View file
M plugins/tracker/www/themes/default/css/style.scss +25 −0 Go to diff View file