-
Notifications
You must be signed in to change notification settings - Fork 16
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
CORE-2017: multi-year and future subscriptions #623
Conversation
I don't see a Chromatic build associated with this PR. Is it enabled in your fork? |
Hmm, I thought it was. 🤔 |
Ah, never mind. I had actions disabled on my fork to prevent the build actions from running. |
I just pushed a change to force a chromatic build. |
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.
Ah, yeah, I sometimes disable only the Chromatic action, so commits to my fork don't create unnecessary builds (using up some of our monthly snapshot quota), until I'm ready to open a PR.
This looks good so far, but I think I caught a bug for editing subscriptions with existing start and end dates.
: undefined, | ||
end_date: end_date | ||
? formatDateObject(new Date(end_date), dateConstants.ISO_8601) | ||
: undefined, |
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.
👍
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.
LGTM 👍 🎉
Thanks for the review! 👍 |
This change adds support for the following fields to the subscription edit form.