Updates to user management

This commit is contained in:
2025-09-11 13:42:07 -06:00
parent e3e3af33ef
commit 0b9db57d27
8 changed files with 810 additions and 256 deletions

View File

@@ -313,8 +313,8 @@ class CutsController {
logger.info(`Fetching public cuts from table ID: ${config.nocodb.cutsSheetId}`);
// Use the same pattern as getAll method that's known to work
const response = await nocodbService.getAll(
// Use getAllPaginated to get ALL cuts, not just first page
const response = await nocodbService.getAllPaginated(
config.nocodb.cutsSheetId
);