From 8bb67dc8cb2c11732f96bc83ea1ebc6621dfbd30 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Thu, 21 Jan 2016 22:17:24 -0500 Subject: Avoid to send XHR request when a task has not moved after a drag and drop --- app/Template/board/task_private.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/Template/board/task_private.php') diff --git a/app/Template/board/task_private.php b/app/Template/board/task_private.php index 6267f57f..8d76453c 100644 --- a/app/Template/board/task_private.php +++ b/app/Template/board/task_private.php @@ -3,6 +3,9 @@ user->hasProjectAccess('board', 'save', $task['project_id']) ? 'draggable-item ' : '').'task-board-status-open '.($task['date_modification'] > (time() - $board_highlight_period) ? 'task-board-recent' : '') : 'task-board-status-closed' ?> color-" data-task-id="" + data-column-id="" + data-swimlane-id="" + data-position="" data-owner-id="" data-category-id="" data-due-date="" -- cgit v1.2.3