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

Issue: Incorrect Data Center for the "Upload Image" dialog #923

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sermakov-orion
Copy link
Contributor

@sermakov-orion sermakov-orion commented Feb 19, 2024

Signed-off-by: Stepan Ermakov sermakov@orionsoft.ru

Changes introduced with this PR

This PR fixes the following issue: incorrect Data Center is displayed when uploading a disk image from "Storage Domain Disks" UI.
Steps to reproduce:
1. Create a Storage Domain at a non-Default Data Center.
2. Open the Storage -> Domains -> [The created Storage Domain] -> Disks page.
3. Select the Upload -> Start menu item. The "Upload image" dialog is displayed.

Expected behavior:
The Data Center field is disabled and displays the name of the non-Default Data Center.
Current behavior:
The Data Center field is disabled and displays the name of the Default Data Center.

Fixed in the following way: when "Upload image" dialog is displayed then query the Storage Domain details with information about its Data Center and select the Storage Domain's Data Center in the "Data Center" field

Are you the owner of the code you are sending in, or do you have permission of the owner?

y

@sermakov-orion sermakov-orion changed the title Correct Data Center for the "Upload Image" dialog Issue: Incorrect Data Center for the "Upload Image" dialog Mar 11, 2024
@sermakov-orion
Copy link
Contributor Author

Requesting Reviews.

@sandrobonazzola sandrobonazzola requested a review from a team April 3, 2024 13:16
Copy link
Member

@barpavel barpavel left a comment

Choose a reason for hiding this comment

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

I admit I didn't invest a lot of time in this code-review and the memories of working on ovirt-engine are not that fresh already :)
Just a few things to think about, please disregard if they are not relevant.

Comment on lines 192 to 193
getDataCenter().getItemsChangedEvent()
.addListener((ev, sender, args) -> selectDataCenter(dcId));
Copy link
Member

Choose a reason for hiding this comment

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

If the above selectDataCenter(dcId); (line 190) succeeded, still need to add this listener?
If so , the Or in the above comments is confusing.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@barpavel
In general, the initial version works with no issues. But I agree - in some cases, when "the above selectDataCenter(dcId); (line 190) succeeded" then there is no need to configure the listener.
So, I refactored the code and adjusted the comments. Please take a look.

Copy link
Member

Choose a reason for hiding this comment

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

Thanks, looks good.
Just a few style issues to keep consistency:

  1. Please update the comments both above these lines and at the selectDataCenter() method to have a space between the // and the comment text itself.
  2. [Optional] Lines 227-228 in many places the style is to have
    .stream()`
    .filter(...)
    .findFirst()

but that's really up to you.

Signed-off-by: Stepan Ermakov <sermakov@orionsoft.ru>

This PR fixes the following issue: incorrect Data Center is displayed when uploading a disk image from "Storage Domain Disks" UI.

Steps to reproduce:

    1. Create a Storage Domain at non-Default Data Center.
    2. Open the Storage -> Domains -> <The created Storage Domain> -> Disks page.
    3. Select the Upload -> Start menu item. The "Upload image" dialog is displayed.

Expected behavior:
    The Data Center filed is disabled and displays the name of the non-Default Data Center.
Current behavior:
    The Data Center field is disabled and display the name of the Default Data Center.

Fixed in the following way: when "Upload image" dialog is displayed then query the Storage Domain details with information about its Data Center and select the Storage Domain's Data Center in the "Data Center" field
@barpavel
Copy link
Member

barpavel commented Jun 3, 2024

LGTM.

@sandrobonazzola sandrobonazzola requested review from dupondje and BrooklynDewolf and removed request for ljelinkova June 4, 2024 06:22
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.

None yet

2 participants