-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add sendingState filter in EmailCampaignsGrid #249
base: main
Are you sure you want to change the base?
Conversation
sendingState: SendingStateEnumFilter | ||
scheduledAt: DateFilter | ||
and: [EmailCampaignFilter!] | ||
or: [EmailCampaignFilter!] | ||
} | ||
|
||
input SendingStateEnumFilter { | ||
isAnyOf: [SendingState!] | ||
equal: SendingState | ||
notEqual: SendingState | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The schema changes of the packages/api/schema.gql
are missing in this PR, they should be here as wenn
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added here: da1a0ef after fixing generate-scheme file in the main branch.
Quality Gate failedFailed conditions |
Description
The column
sendingState
in theEmailCampaignsGrid
should be filterable.Screenshots/screencasts
Screen.Recording.2024-12-13.at.13.12.10.mov
Changeset
[x] I have verified if my change requires a changeset
Related tasks and documents
https://vivid-planet.atlassian.net/browse/COM-1451
Further information
As you can see in the screencast, the
is not
filter option is not working correctly. This bug will be fixed in Comet.