Fixes API server to return default columns for collections
authorJoshua C. Randall <jcrandall@alum.mit.edu>
Sat, 12 Nov 2016 03:57:50 +0000 (03:57 +0000)
committerTom Clegg <tom@curoverse.com>
Sat, 12 Nov 2016 22:43:15 +0000 (17:43 -0500)
commitb86543493dffefb1ec245f48550cfa9e0119f4d1
treebcfb4823c88b40e23d2fd26a1c7cf2eb83a1b242
parent8c7a6b5bb3cf27dff61a3b2d83fd4374c7262206
Fixes API server to return default columns for collections

Prior to this fix, if a request has a query param `select=`
(as opposed to just omitting `select` entirely), the API
server would return a full set of columns rather than
enforcing its own defaults.

Fixes #10517, assuming this was a bug and not a feature.
services/api/app/controllers/arvados/v1/collections_controller.rb