Updates to user management
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user