-
Notifications
You must be signed in to change notification settings - Fork 22
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
Refactor PAC-96 image override option #181
Labels
refactoring
Things that have to be refactored
Comments
This was referenced Aug 19, 2020
Mardl
added a commit
that referenced
this issue
Mar 26, 2021
…tener * Add #PAC-96: Define new constands for FileUploadConfiguration * #181
Mardl
added a commit
to techdivision/import-attribute
that referenced
this issue
Mar 26, 2021
* techdivision/import#181 * PAC-361: Don't check file system if copy-images defined as false * techdivision/import-cli-simple#262
Mardl
added a commit
to techdivision/import-category
that referenced
this issue
Mar 26, 2021
* techdivision/import#181 * PAC-361: Don't check file system if copy-images defined as false * techdivision/import-cli-simple#262
Mardl
added a commit
to techdivision/import-product
that referenced
this issue
Mar 26, 2021
* techdivision/import#181 * PAC-361: Don't check file system if copy-images defined as false * techdivision/import-cli-simple#262
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PAC-96 introduced a new option which allows overriding already existing images. In order to stay backwards compabile, new methods and attributes were made private in
src/Subjects/FileUploadTrait.php
. These should be either public or protected.Additionally, a new constant
OVERRIDE_IMAGES
should be introduced in the ConfigurationKeys utility class for components using the new option:The necessary changes are highligted as "TODOs" in the corresponding files.
The text was updated successfully, but these errors were encountered: