-
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
SaveAssetsKeywordsInterface to delete obsolete keywords #1391
Labels
Backend
Priority: P1
Needs to be fixed before any other issues
Progress: done
Severity: S1
Affects critical data or functionality and forces users to employ a workaround
Milestone
Comments
Hi @sivaschenko. Thank you for your report. Please, add a comment to assign the issue:
|
@magento I am working on this |
Hi @ProkopovVitaliy. Do you have any progress with this task? If you need an assistance please let us know. |
jmonteros422
added a commit
to jmonteros422/magento2-1
that referenced
this issue
Jul 16, 2020
…delete obsolete keywords - Add method to delete keywords which has no relation to assets
jmonteros422
added a commit
to jmonteros422/magento2-1
that referenced
this issue
Jul 17, 2020
…delete obsolete keywords - Revised behaviour to delete obsolete asset keyword link based on updated arguments
jmonteros422
added a commit
to jmonteros422/magento2-1
that referenced
this issue
Jul 20, 2020
…delete obsolete keywords - Move and improve logic for saving and deleting obsolete asset keyword links
4 tasks
jmonteros422
added a commit
to jmonteros422/magento2-1
that referenced
this issue
Jul 20, 2020
…delete obsolete keywords - Code enhancement for SavedAssetLinks logic and updated AssetKeywordsTest
jmonteros422
added a commit
to jmonteros422/magento2-1
that referenced
this issue
Jul 21, 2020
…delete obsolete keywords - integration test refactor
jmonteros422
added a commit
to jmonteros422/magento2-1
that referenced
this issue
Jul 21, 2020
…delete obsolete keywords - Enhancements, Revision on integration test and fix unit test failure
jmonteros422
added a commit
to jmonteros422/magento2-1
that referenced
this issue
Jul 22, 2020
…delete obsolete keywords - Revised try catch to resolve failure in unit tests
jmonteros422
added a commit
to jmonteros422/magento2-1
that referenced
this issue
Jul 22, 2020
…delete obsolete keywords - Allow empty keywords to execute saveAssetLinks, added condition to integration test for empty keywords
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Backend
Priority: P1
Needs to be fixed before any other issues
Progress: done
Severity: S1
Affects critical data or functionality and forces users to employ a workaround
Story
#724
Description
This change should be done in magento2 repo
The functionality of
\Magento\MediaGallery\Model\ResourceModel\Keyword\SaveAssetsKeywords::execute
should be update to delete the links to the keywords that are not provided in the argumentTesting
\Magento\MediaGallery\Model\ResourceModel\AssetKeywordsTest
integration test should be adjusted to cover this caseThe text was updated successfully, but these errors were encountered: