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"