Skip to content

Commit c8beada

Browse files
Fix displayName labelField to displayName to comply with API/table output
Output casing of Displayname does not match front-ends expectations. Other template labelFields have similar casing deviations from standard, so changing this to follow suit.
1 parent 074b194 commit c8beada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/standards.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3030,7 +3030,7 @@
30303030
"label": "Select Group Template",
30313031
"api": {
30323032
"url": "/api/ListGroupTemplates",
3033-
"labelField": "displayName",
3033+
"labelField": "Displayname",
30343034
"valueField": "GUID",
30353035
"queryKey": "ListGroupTemplates"
30363036
}

0 commit comments

Comments
 (0)