Gilad Chaplik has posted comments on this change. Change subject: engine: profiles MLA support ......................................................................
Patch Set 3: Verified+1 (1 comment) http://gerrit.ovirt.org/#/c/29671/3/backend/manager/modules/restapi/types/src/main/java/org/ovirt/engine/api/restapi/types/PermitMapper.java File backend/manager/modules/restapi/types/src/main/java/org/ovirt/engine/api/restapi/types/PermitMapper.java: Line 358: return ActionGroup.CONFIGURE_STORAGE_DISK_PROFILE; Line 359: case CREATE_STORAGE_DISK_PROFILE: Line 360: return ActionGroup.CREATE_STORAGE_DISK_PROFILE; Line 361: case DELETE_STORAGE_DISK_PROFILE: Line 362: return ActionGroup.DELETE_STORAGE_DISK_PROFILE; no need for change anymore. were now mapping enum to string, and vice versa. Line 363: default: Line 364: return null; Line 365: } Line 366: } -- To view, visit http://gerrit.ovirt.org/29671 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I4d4ac948a401d5ad2f59c6151c69e0b0ab42aea2 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Gilad Chaplik <[email protected]> Gerrit-Reviewer: Arik Hadas <[email protected]> Gerrit-Reviewer: Gilad Chaplik <[email protected]> Gerrit-Reviewer: Juan Hernandez <[email protected]> Gerrit-Reviewer: Kanagaraj M <[email protected]> Gerrit-Reviewer: Liron Aravot <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: Tal Nisan <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
