filter in admin
This commit is contained in:
@@ -159,10 +159,12 @@ export async function loadConfigFromOpenApi(baseUrl: string, configuration: Reco
|
||||
label: schema.title || label,
|
||||
pluralLabel: pluralLabel,
|
||||
endpoint: listPath,
|
||||
primaryKey: "id", // Strict default, no heuristics
|
||||
primaryKey: "id",
|
||||
fields,
|
||||
pagination: resourceOverride.pagination,
|
||||
hidden: resourceOverride.hidden,
|
||||
mode: resourceOverride.mode || "server",
|
||||
filterableFields: resourceOverride.filterableFields,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user