From e2e0d16e0ed64df5c0d016b25238c6bcc64b1956 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Mon, 15 Sep 2014 16:45:34 +0200 Subject: [PATCH] Add other field to the humanized-wfield-name list --- app/coffee/modules/common/history.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/app/coffee/modules/common/history.coffee b/app/coffee/modules/common/history.coffee index a4a38440..81e9fb98 100644 --- a/app/coffee/modules/common/history.coffee +++ b/app/coffee/modules/common/history.coffee @@ -232,6 +232,7 @@ HistoryDirective = ($log) -> getHumanizedFieldName = (field) -> humanizedFieldNames = { # US + assigned_to: "assigned to" is_closed: "is closed" finish_date: "finish date" client_requirement: "client requirement"