Closed
Description
This issue is automatically created based on existing pull request: #27581: Refactor moveFileFromTmp to not use a static method call
Summary (*)
Magento 2.4-develop
Currently the class \Magento\Catalog\Model\ImageUploader
has a static call to Uploader::getNewFileName
In this PR I plan to:
- Create new class for the method
getNewFileName
, - Refactor the
\Magento\Catalog\Model\ImageUploader
class to use this new class,
Examples (*)
- Upload an image to a category with a unique name and check that name has not been changed,
- Upload an image to a category with a nonunique name and check that the name has been updated to be unique,
Proposed solution
I am not too sure on the naming of the new class but would be happy to update it if needed.
I am also not sure about if I need an optional injection of my new class to the ImageUploader
class.
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.4-develop branchGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentMay be fixed according to the position in the backlog.Indicates original Magento version for the Issue report.The issue has been reproduced on latest 2.4-develop branchAffects non-critical data or functionality and does not force users to employ a workaround.
Type
Projects
Status
Done