-
Notifications
You must be signed in to change notification settings - Fork 906
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 Ledger option to Create Database dialog #25224
Conversation
Pull Request Test Coverage Report for Build 7589005693
💛 - Coveralls |
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.
Also please add a screenshot in the description of the STS changes coming in with this update
@@ -378,6 +378,13 @@ export class DatabaseDialog extends ObjectManagementDialogBase<Database, Databas | |||
containers.push(this.createLabelInputContainer(localizedConstants.ContainmentTypeText, containmentDropbox)); | |||
} | |||
|
|||
if (!isUndefinedOrNull(this.objectInfo.isLedgerDatabase)) { | |||
let isLedgerDatabaseInput = this.createCheckbox(localizedConstants.IsLedgerDatabaseText, async () => { |
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.
Remove this async? I don't see any awaits in the block
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 callback argument to createCheckbox (and many others) always expects a Promise return type
Closes #24544
List of changes in the STS version bump: