15306: Fixes the bug.
authorLucas Di Pentima <ldipentima@veritasgenetics.com>
Tue, 4 Jun 2019 23:34:21 +0000 (20:34 -0300)
committerLucas Di Pentima <ldipentima@veritasgenetics.com>
Tue, 4 Jun 2019 23:34:21 +0000 (20:34 -0300)
commitb3d5254ce24ca82904b13d61012b2d8d676a30d8
treee7914bff54621030b0449b6bed35c741c2c91d37
parent921537f5a37f03cdcd1f00abe25914306f83e956
15306: Fixes the bug.

The problem was coming from 2 sides:

1) The collections#show action didn't have the required parameters definitions.
2) The load_required_parameters callback was being called after the object
   lookup callback.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>
services/api/app/controllers/application_controller.rb
services/api/app/controllers/arvados/v1/collections_controller.rb