add Associated people

This commit is contained in:
j 2019-10-14 15:04:44 +01:00
commit 477d43d9de
2 changed files with 13 additions and 2 deletions

View file

@ -303,7 +303,18 @@
{
"id": "associatedgroups",
"operator": "+",
"title": "Associated groups/individuals",
"title": "Associated groups",
"type": ["string"],
"filter": true,
"find": true,
"sort": true,
"autocomplete": true,
"columnWidth": 256
},
{
"id": "associatedpeople",
"operator": "+",
"title": "Associated people",
"type": ["string"],
"filter": true,
"find": true,