stable
Clone or download
Read-only
request #14855 Notifications autocompleter is missing from window
How to test: - make post-checkout - When you browse the notifications page of Git, SVN, Docman and Trackers, you should be able to autocomplete users and ugroups for notifications. Change-Id: Ib60432cb974a78a7ec43966da91e1b79124e7bb6
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/docman/include/view/Docman_View_ItemDetailsSectionNotifications.class.php | +4 | −2 | Go to diff View file |
M | plugins/docman/scripts/notifications.js | +4 | −4 | Go to diff View file |
M | plugins/docman/webpack.common.js | +15 | −6 | Go to diff View file |
M | plugins/git/include/GitViews/RepoManagement/Pane/Notification.class.php | +0 | −1 | Go to diff View file |
M | plugins/git/scripts/admin-notifications.js | +2 | −2 | Go to diff View file |
M | plugins/git/webpack.common.js | +1 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker_NotificationsManager.class.php | +6 | −4 | Go to diff View file |
A | plugins/tracker/scripts/tracker-admin/index.js | +21 | −0 | Go to diff View file |
R | plugins/tracker/scripts/legacy/tracker-admin-notifications-popover.js | Go to diff View file | ||
R | plugins/tracker/scripts/legacy/tracker-admin-notifications.js | Go to diff View file | ||
M | plugins/tracker/webpack.common.js | +1 | −3 | Go to diff View file |
M | src/scripts/tuleap/user-and-ugroup-autocompleter.js | +9 | −40 | Go to diff View file |