Itamar Heim has submitted this change and it was merged. Change subject: engine: Fix a possible NPE when the user removes stale policy unit ......................................................................
engine: Fix a possible NPE when the user removes stale policy unit When the external scheduler is in use and some plugin disappears, the plugin is still visible (in disabled form) in the Manage Policy Units dialog. If the user tries to remove it it has to work correctly and not raise NPE. Change-Id: I5fa617af3363ec1d71cf8f0a25af43be4b141067 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1065914 Signed-off-by: Martin Sivak <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/scheduling/SchedulingManager.java 1 file changed, 16 insertions(+), 4 deletions(-) Approvals: Martin Sivák: Verified Gilad Chaplik: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/25308 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I5fa617af3363ec1d71cf8f0a25af43be4b141067 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.4 Gerrit-Owner: Martin Sivák <[email protected]> Gerrit-Reviewer: Doron Fediuck <[email protected]> Gerrit-Reviewer: Gilad Chaplik <[email protected]> Gerrit-Reviewer: Itamar Heim <[email protected]> Gerrit-Reviewer: Jiří Moskovčák <[email protected]> Gerrit-Reviewer: Kobi Ianko <[email protected]> Gerrit-Reviewer: Martin Sivák <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
