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

webadmin: Mark 'Incremental Backup' flag by default #478

Merged
merged 1 commit into from
Jun 21, 2022

Conversation

sleviim
Copy link
Member

@sleviim sleviim commented Jun 21, 2022

Screenshot: https://imgur.com/a/blTWJqy

When creating a new disk on the UI, the incremental backup flag should
be checked by default.

Bug-Url: https://bugzilla.redhat.com/1915029
Signed-off-by: Shani Leviim sleviim@redhat.com

Copy link
Contributor

@ljelinkova ljelinkova left a comment

Choose a reason for hiding this comment

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

I think that changing the following in the AbstractDiskModel constructor

getIsIncrementalBackup().setEntity(false);

to

getIsIncrementalBackup().setEntity(true);

might do the same thing without adding an additional code.

@sleviim
Copy link
Member Author

sleviim commented Jun 21, 2022

I think that changing the following in the AbstractDiskModel constructor
might do the same thing without adding an additional code.

Thanks, checking

Screenshot: https://imgur.com/a/blTWJqy

When creating a new disk on the UI, the incremental backup flag should
be checked by default.

Bug-Url: https://bugzilla.redhat.com/1915029
Signed-off-by: Shani Leviim <sleviim@redhat.com>
@ahadas ahadas merged commit 9510700 into oVirt:master Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants