Bug 1465548
| Summary: | webadmin: Missing fields in 'Edit Provider' dialog for KVM, XEN and VMware provider types | ||
|---|---|---|---|
| Product: | [oVirt] ovirt-engine | Reporter: | Sharon Gratch <sgratch> | 
| Component: | Frontend.WebAdmin | Assignee: | Sharon Gratch <sgratch> | 
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Pavel Novotny <pnovotny> | 
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.2.0 | CC: | bugs, lsvaty, michal.skrivanek, nsimsolo, sgratch, tjelinek | 
| Target Milestone: | ovirt-4.2.1 | Flags: | tjelinek:
                ovirt-4.2?
                 pnovotny: testing_plan_complete- tjelinek: planning_ack? rule-engine: devel_ack+ lsvaty: testing_ack+  | 
  
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-02-12 11:55:38 UTC | Type: | Bug | 
| Regression: | --- | Mount Type: | --- | 
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Virt | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| 
 
        
          Description
        
        
          Sharon Gratch
        
        
        
        
        
          2017-06-27 15:24:22 UTC
        
       
      
      
      
    Interesting, in new dialog they are there and in edit not. Can you please check on some env around you if it is missing also on 4.1? (In reply to Tomas Jelinek from comment #1) > Interesting, in new dialog they are there and in edit not. Can you please > check on some env around you if it is missing also on 4.1? on 4.1.3 there is no such a problem (no field is missing) the reason why is it not working in 4.2 is that: - the ProviderModel in callback of getType().getSelectedItemChangedEvent() sets the getKvmPropertiesModel().setIsAvailable(isKvm); - the default value of this the isAvailable is true and setting it again to true does not trigger the propertyChangeEvent - consequently, the e.g. KVMPropertiesModel's getPropertyChangedEvent().addListener's callback is not triggered and the proxyHost and url is not inited. - similarly for all the other models The fact it worked on 4.1 is I'd say relying on some mistake in the Model - so keeping in virt and targeting 4.2 *** Bug 1507490 has been marked as a duplicate of this bug. *** Verified in ovirt-engine-4.2.1.1-0.1.el7.noarch ovirt-engine-webadmin-portal-4.2.1.1-0.1.el7.noarch All fields in the Add Provider dialog are shown and editable (except for `Type` field) also in the Edit Provider dialog. Verified for provider types KVM, XEN, VMware as well as Foreman/Satellite and OpenStack *. This bugzilla is included in oVirt 4.2.1 release, published on Feb 12th 2018. Since the problem described in this bug report should be resolved in oVirt 4.2.1 release, it has been closed with a resolution of CURRENT RELEASE. If the solution does not work for you, please open a new bug report.  |