tikiatua / internal-assets-plugin

A simple plugin for Craft CMS to allow for private assets
MIT License
33 stars 8 forks source link

Check permissions using uid instead of id #13

Closed mckenzieclark closed 5 years ago

mckenzieclark commented 5 years ago

Craft 3 (using v3.1.15) looks for permissions based on volume uid

e.g. viewvolume:1ffaf8d4-f71e-4547-b28d-6b65450fb7c5

tikiatua commented 5 years ago

Hi @jackgringo

Thank you for the pull request. I will try to add a fallback test to also check permissions using the id of the volume (since this seemed to have worked until recently).