-
-
Notifications
You must be signed in to change notification settings - Fork 188
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
[MediaBundle] Change media path usage #2784
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @, your PR needs some changes
- This PR seems to need a milestone of a minor release.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @, your PR passed all our requirements.
Thank you for contributing!
a776c3c
to
0180f19
Compare
@acrobat Do you have an update for this? |
src/Kunstmaan/MediaBundle/DependencyInjection/KunstmaanMediaExtension.php
Outdated
Show resolved
Hide resolved
src/Kunstmaan/MediaBundle/DependencyInjection/KunstmaanMediaExtension.php
Outdated
Show resolved
Hide resolved
@@ -114,7 +114,7 @@ services: | |||
kunstmaan_media.filesystem_adapter: | |||
class: Gaufrette\Adapter\Local | |||
arguments: | |||
- '%kunstmaan_media.full_media_path%' | |||
- '%kunstmaan_media.web_root%' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't this change "wrong" as it currently injects path/to/web/root/uploads/media/
and now would inject path/to/web/root
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
uploads/media is handled in the FileHandler. We already using this configuration without any problems.
8299aa1
to
ad958cf
Compare
This makes it easier to use one remote storage configuration for the complete application