[email protected] has uploaded a new change for review. Change subject: restapi: Fix RSDL List-Parameters Display ......................................................................
restapi: Fix RSDL List-Parameters Display RSDL parameters which are lists, were not displayed correctly. All parameters of the listed object were displayed as one long string in the 'type' field of the parameter. To fix this, the 'Parameter' object has been made composite, and it now contains parameters. This heirerchial structure enables the display we want. Change-Id: If5dccb1ee80927dbc13ed0ce3cfff9e4f4c78d10 --- M backend/manager/modules/restapi/interface/definition/src/main/resources/api.xsd M backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/rsdl/RsdlBuilder.java 2 files changed, 81 insertions(+), 49 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/31/1831/1 -- To view, visit http://gerrit.ovirt.org/1831 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If5dccb1ee80927dbc13ed0ce3cfff9e4f4c78d10 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: [email protected] _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
