Cuts bug fixes and updates
This commit is contained in:
@@ -19,7 +19,8 @@ class CutsController {
|
||||
|
||||
// For NocoDB v2 API, we need to get all records and filter in memory
|
||||
// since the where clause syntax may be different
|
||||
const response = await nocodbService.getAll(
|
||||
// Use paginated method to get ALL records (not just the default 25 limit)
|
||||
const response = await nocodbService.getAllPaginated(
|
||||
config.nocodb.cutsSheetId
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user