mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
feat: PAY-2613 add missing status field for select (#19071)
Co-authored-by: Stephen Wright <stephen.wright@Mac.Home>
This commit is contained in:
@@ -706,6 +706,7 @@ export class ExecutionRepository extends Repository<ExecutionEntity> {
|
||||
'workflowId',
|
||||
'waitTill',
|
||||
'finished',
|
||||
'status',
|
||||
],
|
||||
where,
|
||||
order: { id: 'DESC' },
|
||||
|
||||
Reference in New Issue
Block a user