18966: Changes back collectionService.get() to use the GET HTTP method.
authorLucas Di Pentima <lucas.dipentima@curii.com>
Mon, 4 Apr 2022 20:03:05 +0000 (17:03 -0300)
committerLucas Di Pentima <lucas.dipentima@curii.com>
Mon, 4 Apr 2022 20:03:05 +0000 (17:03 -0300)
commitc1c27e7fe3cbe068e939994e20b26a78348597c6
tree89727d6cdbeb7f1230ffa8065253c4f2ec79f397
parent272907ed21b66b72144237bf54a5347051f8693c
18966: Changes back collectionService.get() to use the GET HTTP method.

To avoid getting the manifest text, we hardcode the default list of selected
fields instead of using the LIST request. This makes the code detect 404s
correctly.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
src/models/collection.ts
src/services/collection-service/collection-service.test.ts
src/services/collection-service/collection-service.ts
src/services/common-service/common-service.ts