Skip to content

Commit

Permalink
Fix function help for represent_value
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 26, 2017
1 parent e604460 commit b527be0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/function_help/json/represent_value
Expand Up @@ -4,9 +4,9 @@
"description": "Returns the configured representation value for a field value. It depends on the configured widget type. Often, this is useful for 'Value Map' widgets.",
"arguments": [
{"arg":"fieldName", "description": "The field name for which the widget configuration should be loaded."},
{"arg":"value", "description": "The value which should be resolved. Most likely a field." },
{"arg":"value", "description": "The value which should be resolved. Most likely a field." }
],
"examples": [
{ "expression":"represent_value('field_with_value_map', \"field_with_value_map\")", "returns":"Description for value"},
{ "expression":"represent_value('field_with_value_map', \"field_with_value_map\")", "returns":"Description for value"}
]
}

0 comments on commit b527be0

Please sign in to comment.