Danny Rankevich has uploaded a new change for review. Change subject: webadmin: maintain inheritance chain call for ListModel.setItems() ......................................................................
webadmin: maintain inheritance chain call for ListModel.setItems() In SearchableListModel, to maintain inheritance, I added a call to super.setItems(), and removed the existing code,that was a duplication of the code in ListModel.setItems(). This is required to insure that participant methods like ItemsChanging() and ItemsChanged() are called on the extending types. Change-Id: I0912afc561ac3d39b7597d493dddea169662397b --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/SearchableListModel.java 1 file changed, 1 insertion(+), 5 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/49/2149/1 -- To view, visit http://gerrit.ovirt.org/2149 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0912afc561ac3d39b7597d493dddea169662397b Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Danny Rankevich <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
