Cuts bug fixes and updates

This commit is contained in:
2025-09-10 19:20:03 -06:00
parent f44cb35253
commit ebf9ff23ab
4 changed files with 275 additions and 8 deletions

View File

@@ -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
);