Tomas Jelinek has submitted this change and it was merged.
Change subject: webadmin: 'Comment' property of existing VM pool dialog editable
......................................................................
webadmin: 'Comment' property of existing VM pool dialog editable
The problem was that the PoolEditPopupWidget.disableAllTabs(); disabled
all the widgets and the subsequent PoolEditPopupWidget.
enableEditPoolFields(object); did not enable it.
Fixed by adding the missing commentEditor.setEnabled(true);
to enableEditPoolFields
Change-Id: I9fe10ea813636a271e1663009d24b6def0072939
Bug-Url:
https://bugzilla.redhat.com/show_bug.cgi?id=1013699
Signed-off-by: Jakub Niedermertl <jniederm(a)redhat.com>
---
M
frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/pool/PoolEditPopupWidget.java
1 file changed, 1 insertion(+), 0 deletions(-)
Approvals:
Tomas Jelinek: Looks good to me, approved
Jakub Niedermertl: Verified
--
To view, visit
http://gerrit.ovirt.org/34414
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I9fe10ea813636a271e1663009d24b6def0072939
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Jakub Niedermertl <jniederm(a)redhat.com>
Gerrit-Reviewer: Jakub Niedermertl <jniederm(a)redhat.com>
Gerrit-Reviewer: Tomas Jelinek <tjelinek(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server