-
Notifications
You must be signed in to change notification settings - Fork 91
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
Add hash to asset on uploading the image to magento #1496
Labels
Backend
Priority: P2
Should be fixed as early as possible
Progress: good first issue
Good for newcomers
Milestone
Comments
Hi @sivaschenko. Thank you for your report. Please, add a comment to assign the issue:
|
@magento I am working on this |
joweecaquicla
pushed a commit
to joweecaquicla/adobe-stock-integration
that referenced
this issue
Jun 22, 2020
…mplement adding of hash to asset
joweecaquicla
pushed a commit
to joweecaquicla/adobe-stock-integration
that referenced
this issue
Jun 24, 2020
…dded interface for sha1_file hashing and get content hash
joweecaquicla
pushed a commit
to joweecaquicla/adobe-stock-integration
that referenced
this issue
Jul 2, 2020
…emoved file encryption interface and changed from sha1 to sha1_file
joweecaquicla
pushed a commit
to joweecaquicla/adobe-stock-integration
that referenced
this issue
Jul 3, 2020
…nitial integration test file for GetContentHashInterface
joweecaquicla
pushed a commit
to joweecaquicla/adobe-stock-integration
that referenced
this issue
Jul 7, 2020
…ntegration testing files
joweecaquicla
pushed a commit
to joweecaquicla/adobe-stock-integration
that referenced
this issue
Jul 7, 2020
sivaschenko
added a commit
that referenced
this issue
Jul 8, 2020
…-uploading-the-image-to-magento #1496: Add hash to asset on uploading the image to magento
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Backend
Priority: P2
Should be fixed as early as possible
Progress: good first issue
Good for newcomers
Story: #1484
Preconditions (*)
Steps to reproduce (*)
Expected result (*)
The images information should be saved to the
media_gallery_asset
table. Thehash
filed should be populated with thesha1
hash of the image contentTesting
Should be checked for the next scenarios:
bin/magento media-gallery:sync
for images added manually to pub/media directoryTechnical Details
The changes should be applied to
\Magento\MediaGallerySynchronization\Model\CreateAssetFromFile::execute
methodThe text was updated successfully, but these errors were encountered: