Change in ovirt-engine[master]: restapi: Fix not able to update non guid ids

Michael Pasternak has submitted this change and it was merged. Change subject: restapi: Fix not able to update non guid ids ...................................................................... restapi: Fix not able to update non guid ids Fixed the REST infrastructure to be able to accept non guid ids in "update" action of entities - use generic T instead of Guid. This change aligns the "update" behavior with the "add" action that already works this way and allows non guid ids. Change-Id: I4dbdca3fc820e7480d0bcffcec35568ee96b887d Signed-off-by: Alissa Bonas <abonas@redhat.com> --- M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/AbstractBackendSubResource.java 1 file changed, 4 insertions(+), 4 deletions(-) Approvals: Michael Pasternak: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/16837 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I4dbdca3fc820e7480d0bcffcec35568ee96b887d Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alissa Bonas <abonas@redhat.com> Gerrit-Reviewer: Alissa Bonas <abonas@redhat.com> Gerrit-Reviewer: Eli Mesika <emesika@redhat.com> Gerrit-Reviewer: Michael Pasternak <mpastern@redhat.com> Gerrit-Reviewer: Ori Liel <oliel@redhat.com> Gerrit-Reviewer: oVirt Jenkins CI Server
participants (1)
-
mpastern@redhat.com