mirror of
https://github.com/rgrgogu/new_starr.git
synced 2026-09-27 00:12:54 +08:00
adjusted
This commit is contained in:
@@ -47,12 +47,12 @@ const userExclude = [
|
||||
];
|
||||
|
||||
const computedAttributes = [
|
||||
// {
|
||||
// key: "memberCount",
|
||||
// label: "Members",
|
||||
// type: "number",
|
||||
// order: 99, // adjust order as needed
|
||||
// },
|
||||
{
|
||||
key: "groups",
|
||||
label: "Groups",
|
||||
type: "array", // tells the paginator this is a pre-joined association array
|
||||
order: 5,
|
||||
},
|
||||
];
|
||||
|
||||
module.exports = { excludeAttributes, adminExclude, userExclude, jsonbSchemas, computedAttributes };
|
||||
Reference in New Issue
Block a user