Skip to content

Commit

Permalink
[frontend] fix events order by stop_time (#4294)
Browse files Browse the repository at this point in the history
  • Loading branch information
Archidoit committed Sep 8, 2023
1 parent dca9e6c commit 2902d24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9270,6 +9270,7 @@ enum EventsOrdering {
objectLabel
x_opencti_workflow_id
start_time
stop_time
}

enum EventsFilter {
Expand Down
1 change: 1 addition & 0 deletions opencti-platform/opencti-graphql/src/generated/graphql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6758,6 +6758,7 @@ export enum EventsOrdering {
ObjectLabel = 'objectLabel',
ObjectMarking = 'objectMarking',
StartTime = 'start_time',
StopTime = 'stop_time',
UpdatedAt = 'updated_at',
XOpenctiWorkflowId = 'x_opencti_workflow_id'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ enum EventsOrdering {
objectLabel
x_opencti_workflow_id
start_time
stop_time
}

# Filtering
Expand Down

0 comments on commit 2902d24

Please sign in to comment.