Updated group name conversion
This commit is contained in:
parent
333214aa8f
commit
9111ad147c
@ -28,8 +28,13 @@
|
|||||||
filterFn: `includesString`,
|
filterFn: `includesString`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
accessorKey: "group.name",
|
accessorKey: "group",
|
||||||
header: () => $_('group'),
|
header: () => $_('group'),
|
||||||
|
cell: (info) => {
|
||||||
|
const group = info.getValue();
|
||||||
|
if(group.responseType === "RUNNERORGANIZATION"){return group.name}
|
||||||
|
return `${group.parentGroup.name} > ${group.name}`
|
||||||
|
},
|
||||||
filterFn: `includesString`,
|
filterFn: `includesString`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user