-
Notifications
You must be signed in to change notification settings - Fork 273
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
Issue: Incorrect Data Center for the "Upload Image" dialog #923
Conversation
...commonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/storage/UploadImageModel.java
Show resolved
Hide resolved
...commonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/storage/UploadImageModel.java
Show resolved
Hide resolved
...commonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/storage/UploadImageModel.java
Show resolved
Hide resolved
...commonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/storage/UploadImageModel.java
Show resolved
Hide resolved
Requesting Reviews. |
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.
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.
...commonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/storage/UploadImageModel.java
Outdated
Show resolved
Hide resolved
...commonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/storage/UploadImageModel.java
Outdated
Show resolved
Hide resolved
...commonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/storage/UploadImageModel.java
Outdated
Show resolved
Hide resolved
58256c2
to
d5fba38
Compare
LGTM. |
d5fba38
to
fa51e65
Compare
Signed-off-by: Stepan Ermakov <[email protected]> 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
fa51e65
to
bb91af4
Compare
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.
Approving based on @barpavel review
Signed-off-by: Stepan Ermakov [email protected]
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