Skip to content
Snippets Groups Projects
Commit 06607839 authored by S.Listl's avatar S.Listl
Browse files

Salesproject fix

parent 5a84ecde
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,6 @@ import("system.vars");
import("system.result");
import("Keyword_lib")
var keywordAttr = new KeywordAttribute(vars.get("$field.TYPE"), "longName", vars.get("$field.VALUE.displayValue"))
var keywordAttr = new KeywordAttribute(vars.get("$field.KIND"), "longName", vars.get("$field.MILESTONEVALUE.displayValue"))
result.string(translate.text(keywordAttr.getValue(vars.get("$field.VALUE"))))
\ No newline at end of file
result.string(translate.text(keywordAttr.getValue(vars.get("$field.MILESTONEVALUE"))))
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment