-
Notifications
You must be signed in to change notification settings - Fork 14
Update Suggestion model with NOT_VALID status #1066
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
base: main
Are you sure you want to change the base?
Conversation
|
This PR will trigger no release when merged. |
|
Use |
packages/spacecat-shared-data-access/src/models/site/site.schema.js
Outdated
Show resolved
Hide resolved
packages/spacecat-shared-data-access/src/models/suggestion/suggestion.model.js
Show resolved
Hide resolved
| isSandbox: false, | ||
| isLiveToggledAt: '2024-12-06T08:35:24.125Z', | ||
| }; | ||
| // requiresValidation attribute removed; validation is entitlement-driven via TierClient |
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.
how are the changes in this test file related to the code change in packages/spacecat-shared-data-access/src/models/suggestion/suggestion.model.js?
Are any changes in this test file required?
Please ensure your pull request adheres to the following guidelines:
Related Issues
Thanks for contributing!