F2.1: validar contexto de tipos de campo
This commit is contained in:
@@ -38,10 +38,10 @@ export class FieldInventoryController {
|
||||
@RequirePermissions('assets.read', 'inspections.execute')
|
||||
types(
|
||||
@Param('visitId', new ParseUUIDPipe({ version: '4' })) visitId: string,
|
||||
@Query('parentId') parentId: string | undefined,
|
||||
@Query() query: ListFieldInventoryQueryDto,
|
||||
@CurrentAuth() principal: AuthPrincipal,
|
||||
) {
|
||||
return this.fieldInventory.types(visitId, parentId, principal);
|
||||
return this.fieldInventory.types(visitId, query.parentId, principal);
|
||||
}
|
||||
|
||||
@Get(':assetId')
|
||||
|
||||
Reference in New Issue
Block a user