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

[MediaBundle] Change media path usage #2784

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dannyvw
Copy link
Contributor

@dannyvw dannyvw commented Oct 9, 2020

Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Fixed tickets comma separated list of tickets fixed by the PR

This makes it easier to use one remote storage configuration for the complete application

@ProfessorKuma ProfessorKuma added this to the 5.7.0 milestone Oct 9, 2020
Copy link

@ProfessorKuma ProfessorKuma left a 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.

Copy link

@ProfessorKuma ProfessorKuma left a 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!

@dannyvw dannyvw force-pushed the media-upload-path branch 2 times, most recently from a776c3c to 0180f19 Compare October 13, 2020 09:03
@acrobat acrobat modified the milestones: 5.7.0, 5.8.0 Oct 21, 2020
@dannyvw
Copy link
Contributor Author

dannyvw commented Mar 12, 2021

@acrobat Do you have an update for this?

@acrobat acrobat modified the milestones: 5.8.0, 5.9.0 Mar 17, 2021
@acrobat acrobat modified the milestones: 5.9.0, 5.10.0 Oct 10, 2021
@@ -114,7 +114,7 @@ services:
kunstmaan_media.filesystem_adapter:
class: Gaufrette\Adapter\Local
arguments:
- '%kunstmaan_media.full_media_path%'
- '%kunstmaan_media.web_root%'
Copy link
Member

@acrobat acrobat Oct 12, 2021

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?

Copy link
Contributor Author

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.

@acrobat acrobat removed this from the 5.10.0 milestone Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants