Add other field to the humanized-wfield-name list
parent
a3a84a06c1
commit
e2e0d16e0e
|
@ -232,6 +232,7 @@ HistoryDirective = ($log) ->
|
||||||
getHumanizedFieldName = (field) ->
|
getHumanizedFieldName = (field) ->
|
||||||
humanizedFieldNames = {
|
humanizedFieldNames = {
|
||||||
# US
|
# US
|
||||||
|
assigned_to: "assigned to"
|
||||||
is_closed: "is closed"
|
is_closed: "is closed"
|
||||||
finish_date: "finish date"
|
finish_date: "finish date"
|
||||||
client_requirement: "client requirement"
|
client_requirement: "client requirement"
|
||||||
|
|
Loading…
Reference in New Issue