Project

General

Profile

Bug #9970

Updated by Tom Clegg over 7 years ago

During a container_request.create operation (1) either reset any requesting_container_uuid present in fill_field_defaults or (2) validate it in set_requesting_container_uuid. 

 API should always populate the requesting_container_uuid with either the requesting container's UUID (if the update/create request is not authorized by a per-container API token) or nil. 

Back