X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2db0c3a44d8f12e3a566c796bdecaa1de150b155..a23fa06e9849f2ab76fa271624e22a245c2abc47:/services/ws/permission.go?ds=sidebyside 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