Skip to content
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

RD2: Fixing a bug where the Installment Number does not appear #6691

Merged
merged 4 commits into from
Oct 20, 2021

Conversation

lparrott
Copy link
Contributor

@lparrott lparrott commented Oct 13, 2021

WI: W-9047953
Fixes #6318

Critical Changes

Changes

Fixes and Minor Enhancements

  • We fixed a bug when creating new Recurring Donations where the Installment Number does not show when Recurring Type is "Fixed" by default.

Issues Closed

  • Known Issue: Enhanced Recurring Donations - Users cannot enter Number of Planned Installments when defaulting the Recurring Type field to Fixed

Community Ideas Delivered

Features Intended for Future Release

Features for Elevate Customers

New Metadata

Deleted Metadata

@@ -121,6 +121,10 @@ export default class rd2EntryFormScheduleSection extends LightningElement {

this.disableInstallmentFrequencyField = this.shouldDisableField(response.InstallmentFrequencyPermissions);
this.hideInstallmentFrequencyField = this.shouldHideField(response.InstallmentFrequencyPermissions);

let recurringType = this.getRecurringType();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd like to add a Jest test for this, if possible, hoping to look into it next week.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we don't have Jest tests for this component yet, I'm going to skip testing this via Jest (for now)

@lparrott lparrott changed the base branch from feature/234 to feature/235 October 14, 2021 21:59
Benjamin Dvorachek added 2 commits October 19, 2021 16:02
…dDefault__jest

rd2EntryForm - Include default recurring type in mock, update fixed RD tests
@bdvorachek bdvorachek merged commit fdd72f2 into feature/235 Oct 20, 2021
@bdvorachek bdvorachek deleted the feature/rdFormFixedDefault branch October 20, 2021 16:30
@salesforce-org-metaci salesforce-org-metaci bot mentioned this pull request Oct 20, 2021
@salesforce-org-metaci salesforce-org-metaci bot mentioned this pull request Dec 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants