mirror of
https://github.com/redmine/redmine.git
synced 2025-11-08 14:26:04 +01:00
Allow addition of watchers via bulk edit context menu (#5754).
git-svn-id: http://svn.redmine.org/redmine/trunk@15311 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -67,7 +67,7 @@ function contextMenuClick(event) {
|
||||
// click is outside the rows
|
||||
if (target.is('a') && (target.hasClass('disabled') || target.hasClass('submenu'))) {
|
||||
event.preventDefault();
|
||||
} else if (target.is('.toggle-selection')) {
|
||||
} else if (target.is('.toggle-selection') || target.is('.ui-dialog *') || $('#ajax-modal').is(':visible')) {
|
||||
// nop
|
||||
} else {
|
||||
contextMenuUnselectAll();
|
||||
|
||||
Reference in New Issue
Block a user