Kanagaraj M has posted comments on this change.

Change subject: webadmin: fix volume bricks tab refresh issue
......................................................................


Patch Set 2:

(1 comment)

....................................................
File 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/volumes/VolumeListModel.java
Line 360:     @Override
Line 361:     protected void onSelectedItemChanged() {
Line 362:         super.onSelectedItemChanged();
Line 363:         updateActionAvailability();
Line 364:         
getBrickListModel().updateRemoveBrickActionsAvailability((GlusterVolumeEntity) 
provideDetailModelEntity(getSelectedItem()));
onEntityChanged will be called only on the ActiveDetail model.

As all the remove-brick async related actions available in the volume table 
itself, actions needs to be updated even if the "bricks" sub-tab is not active.
Line 365:     }
Line 366: 
Line 367:     @Override
Line 368:     protected void selectedItemsChanged() {


-- 
To view, visit http://gerrit.ovirt.org/21070
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: If91de652fe7e88df063a871948c0abbda7647698
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Kanagaraj M <kmayi...@redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchap...@redhat.com>
Gerrit-Reviewer: Kanagaraj M <kmayi...@redhat.com>
Gerrit-Reviewer: Ramesh N <rnach...@redhat.com>
Gerrit-Reviewer: anmolbabu <anb...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to