Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ocaml/idl/datamodel_vm.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,7 @@ let assert_operation_valid = call
~doc:"Check to see whether this operation is acceptable in the current state of the system, raising an error if the operation is invalid for some reason"
~params:[Ref _vm, _self, "reference to the object";
operations, "op", "proposed operation" ]
~allowed_roles:_R_POOL_ADMIN
~allowed_roles:_R_READ_ONLY
()

let update_allowed_operations = call
Expand Down