Bug 1303600 - unable to open setup networks dialog
Summary: unable to open setup networks dialog
Keywords:
Status: CLOSED DUPLICATE of bug 1297490
Alias: None
Product: ovirt-engine
Classification: oVirt
Component: Frontend.WebAdmin
Version: 3.6.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Yevgeny Zaspitsky
QA Contact: Pavel Stehlik
URL:
Whiteboard: network
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-02-01 12:16 UTC by Martin Mucha
Modified: 2016-02-10 19:59 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-02-01 18:50:10 UTC
oVirt Team: Network
Embargoed:
rule-engine: planning_ack?
rule-engine: devel_ack?
rule-engine: testing_ack?


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
oVirt gerrit 52922 0 master DRAFT webadmin: unable to open setup networks dialog due to unboxing 2016-02-01 12:30:31 UTC

Description Martin Mucha 2016-02-01 12:16:16 UTC
Description of problem:
unable to open setup networks dialog

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. clean 3.6 installation
2. NetworkExclusivenessPermissiveValidation has to be null (it is in my environment after clean install) 
3. open setup networks dialog.

Actual results:


Expected results:


Additional info:

unboxing error in:
org.ovirt.engine.ui.uicommonweb.dataprovider.AsyncDataProvider#isNetworkExclusivenessPermissiveValidation

probably easily fixable by returning:

return Boolean.TRUE.equals(getConfigValuePreConverted(
                ConfigurationValues.NetworkExclusivenessPermissiveValidation,
                version));

Comment 1 Yevgeny Zaspitsky 2016-02-01 18:50:10 UTC

*** This bug has been marked as a duplicate of bug 1297490 ***


Note You need to log in before you can comment on or make changes to this bug.