girder / large_image

Python modules to work with large multiresolution images.
http://girder.github.io/large_image/
Apache License 2.0
196 stars 43 forks source link

Fix an issue searching for annotation metadata #1723

Closed manthey closed 2 weeks ago

manthey commented 2 weeks ago

If a user has permission to view an annotation but not the item, a 403 was percolated to the UI

manthey commented 2 weeks ago

To replicate, create an item in a public folder with an annotation with metadata that you can find in a search. Switch the folder to private. The annotation metadata search throws a 403 that is visible in the UI. After this change, the item just isn't listed.