Actions
Bug #16067
closedCopy collection doesn't work
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Workbench2
Target version:
Start date:
02/05/2020
Due date:
% Done:
100%
Estimated time:
(Total: 0.00 h)
Story points:
-
Release:
Release relationship:
Auto
Description
Copying a collection on workbench 2 is producing the following error on arbvox:
request failed: http://localhost:8004/arvados/v1/collections: 422 Unprocessable Entity: #<ActiveModel::UnknownAttributeError: unknown attribute 'etag' for Collection.> (req-1ekthehdwqdgw1qo08e2)
Updated by Lucas Di Pentima almost 5 years ago
- Related to Story #15333: Workbench2 feature parity with Workbench added
Updated by Peter Amstutz almost 5 years ago
- Has duplicate Bug #16125: Can't copy collection added
Updated by Peter Amstutz almost 5 years ago
- Target version changed from To Be Groomed to 2020-02-12 Sprint
- Release changed from 20 to 22
Updated by Peter Amstutz almost 5 years ago
- Blocks Story #16015: Release 2.0 added
Updated by Lucas Di Pentima almost 5 years ago
- Status changed from New to In Progress
Updated by Lucas Di Pentima almost 5 years ago
Updates at commit: 6d1f423a - branch 16067-collection-copy-fix
Test run: developer-tests-workbench2: #11
- Lays the groundwork to avoid sending read-only fields to the API server on every resource type
- Fixes the bug by:
- Adding
uuid
,kind
andetag
as common resource read-only fields - Adding
unsigned_manifest
,storage_classes_confirmed
andstorage_classes_confirmed_at
as collection resource read-only fields.
- Adding
- Adds tests on #create and #update
Updated by Peter Amstutz almost 5 years ago
Lucas Di Pentima wrote:
Updates at commit: 6d1f423a - branch
16067-collection-copy-fix
Test run: developer-tests-workbench2: #11
- Lays the groundwork to avoid sending read-only fields to the API server on every resource type
- Fixes the bug by:
- Adding
uuid
,kind
andetag
as common resource read-only fields- Adding
unsigned_manifest
,storage_classes_confirmed
andstorage_classes_confirmed_at
as collection resource read-only fields.- Adds tests on #create and #update
This LGTM.
Updated by Lucas Di Pentima almost 5 years ago
- Status changed from In Progress to Resolved
Actions