Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subfolders created outside asset volume not supported #13

Open
andrewmenich opened this issue Jul 21, 2020 · 0 comments
Open

Subfolders created outside asset volume not supported #13

andrewmenich opened this issue Jul 21, 2020 · 0 comments

Comments

@andrewmenich
Copy link
Contributor

If a subfolder is created from the Asset tab, images uploaded to that subfolder will not get parsed correctly by the plugin. Currently the plugin builds the asset key using the volume URL (with subfolders) and the filename.

It seems that changing this line to "key" => $volumeSubfolder ? $volumeSubfolder . "/" . $image->getPath() : $image->getPath(), would do the trick.

Happy to submit a PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant