Updates to user management

This commit is contained in:
2025-09-11 13:42:07 -06:00
parent 006cbcf9c3
commit b61e48f4fc
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
);