From 2ec564d69e8f846722a38043ffea4712c9c34b0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Fri, 27 Nov 2015 13:35:09 +0100 Subject: [PATCH] [Backport] Task #3538: Remove tribe_git from the history --- app/coffee/modules/common/history.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/coffee/modules/common/history.coffee b/app/coffee/modules/common/history.coffee index c28f6d96..8f437373 100644 --- a/app/coffee/modules/common/history.coffee +++ b/app/coffee/modules/common/history.coffee @@ -28,7 +28,7 @@ module = angular.module("taigaCommon") IGNORED_FIELDS = { "userstories.userstory": [ - "watchers", "kanban_order", "backlog_order", "sprint_order", "finish_date" + "watchers", "kanban_order", "backlog_order", "sprint_order", "finish_date", "tribe_gig" ], "tasks.task": [ "watchers", "us_order", "taskboard_order"