Add other field to the humanized-wfield-name list
parent
a3a84a06c1
commit
e2e0d16e0e
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue