-
Notifications
You must be signed in to change notification settings - Fork 394
fix: [UIE-9258, 9488] - DBaaS Backup / delete dialog bugs #13355
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
Changes from all commits
b803e64
9621632
7387645
a8bec9a
04f3e31
ad543de
51318cc
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "@linode/manager": Fixed | ||
| --- | ||
|
|
||
| DBaaS Backup / delete dialog bugs ([#13355](https://github.com/linode/manager/pull/13355)) |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -315,10 +315,12 @@ export const DatabaseBackups = () => { | |
| buttonType="primary" | ||
| data-qa-settings-button="restore" | ||
| disabled={ | ||
| versionOption === 'dateTime' && | ||
| (!date || !time || !!errors.time) | ||
| Boolean(unableToRestoreCopy) || | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. For UIE-9258, in addition to the fix for the Backups From the comments under the ticket, it isn't clear when the first backup would be completed from the current message. We should address this as part of the work for this ticket as well.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. UPDATE: After reviewing, this issue will be looked into separately! |
||
| (versionOption === 'dateTime' && | ||
| (!date || !time || !!errors.time)) | ||
| } | ||
| onClick={() => setIsRestoreDialogOpen(true)} | ||
| tooltipText={unableToRestoreCopy} | ||
| > | ||
| Restore | ||
| </Button> | ||
|
|
||
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.
Squeezing a small bug fix from #13350, no need for changeset since it hasn't been released yet.
Add a config option, then delete it by clicking
x, you should not seeundefined