Bug #19144
Updated by Peter Amstutz over 2 years ago
When trying to copy a collection as a non-admin user on Workbench1, we get the following error:
<pre>
//railsapi.internal/arvados/v1/collections: 403 Forbidden: #<ArvadosModel::PermissionDeniedError: storage_classes_confirmed and storage_classes_confirmed_at attributes cannot be changed, except by setting them to [] and nil respectively> (req-dzkazt4gjfgtbiv3ch5l)
</pre>
Workbench1 is probably passing the entire object to the create call.
The fix is probably to only copy a specific list of fields.