Skip to content

Commit 5f1bfc9

Browse files
author
Wei Li
authored
Merge pull request #81 from ziccardi/AEROGEAR-8133
Added "filterDisplayGroupBy":"CLIENT_TYPE" into the APB (required to filter the fields in the MDC UI)
2 parents a08944a + 357a493 commit 5f1bfc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ plans:
2929
free: True
3030
metadata:
3131
mobileclient_bind_parameters_data:
32-
- '{"name": "CLIENT_ID", "value": "metadata.name", "type": "path"}'
32+
- '{"name": "CLIENT_ID", "value": "metadata.name", "type": "path", "filterDisplayGroupBy":"CLIENT_TYPE"}'
3333
parameters: []
3434
bind_parameters:
3535
- name: CLIENT_ID

0 commit comments

Comments
 (0)