mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
feat(core): Refactor data table update row to use filters (no-changelog) (#19092)
This commit is contained in:
@@ -7,7 +7,7 @@ import {
|
||||
ListDataStoreQueryDto,
|
||||
MoveDataStoreColumnDto,
|
||||
UpdateDataStoreDto,
|
||||
UpdateDataStoreRowDto,
|
||||
UpdateDataTableRowDto,
|
||||
UpsertDataStoreRowsDto,
|
||||
} from '@n8n/api-types';
|
||||
import { AuthenticatedRequest } from '@n8n/db';
|
||||
@@ -306,7 +306,7 @@ export class DataStoreController {
|
||||
req: AuthenticatedRequest<{ projectId: string }>,
|
||||
_res: Response,
|
||||
@Param('dataStoreId') dataStoreId: string,
|
||||
@Body dto: UpdateDataStoreRowDto,
|
||||
@Body dto: UpdateDataTableRowDto,
|
||||
) {
|
||||
try {
|
||||
return await this.dataStoreService.updateRow(
|
||||
|
||||
Reference in New Issue
Block a user