X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/aea8596a74dabdc894fc1139c4d8dc195e6c86b2..3e46aaf6469db111d549a9a5058f3ee4926e0200:/services/ws/permission.go diff --git a/services/ws/permission.go b/services/ws/permission.go index 8bfcfcb9e6..a39a959312 100644 --- a/services/ws/permission.go +++ b/services/ws/permission.go @@ -1,3 +1,7 @@ +// Copyright (C) The Arvados Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + package main import ( @@ -70,7 +74,8 @@ func (pc *cachingPermChecker) Check(uuid string) (bool, error) { pc.nMisses++ err = pc.RequestAndDecode(&buf, "GET", path, nil, url.Values{ - "select": {`["uuid"]`}, + "include_trash": {"true"}, + "select": {`["uuid"]`}, }) var allowed bool