-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Promotion needs a description #1990
Milestone
Comments
At the same time I'm also making Promotion a translatable entity, so |
michaelbromley
added a commit
that referenced
this issue
Feb 24, 2023
Relates to #1990 BREAKING CHANGE: The Promotion entity is now translatable, which means existing promotions will need to be migrated to the new DB schema and care taken to preserve the name data. Also the GraphQL API for creating and updating Promotions, as well as the corresponding PromotionService methods have changed to take a `translations` array for setting the `name` and `description` in a given language.
michaelbromley
added a commit
that referenced
this issue
Feb 24, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
The Promotion entity only has a name. It should also have a description field for extended details about the promotion.
Describe the solution you'd like
Add a description text field
The text was updated successfully, but these errors were encountered: