We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Story #1291
In order for the filters to be extensible, we will have to implement the collection processor and migrate the current filter and joins.
Implementation details
MediaGalleryUi/Model/Listing/DataProvider.php
AdobeStockImageAdminUi/Model/FilterParametersProvider/IsLicensed.php
MediaGalleryUi/Model/FilterParametersProvider/Directory.php
MediaGalleryUi/Ui/Component/DataProvider/KeywordFilter.php
Technical details https://github.com/magento/adobe-stock-integration/wiki/MediaGalleryUi-DataProvider
The text was updated successfully, but these errors were encountered:
Hi @gabrieldagama. Thank you for your report. To help us process this issue please make sure that you provided sufficient information.
Please, add a comment to assign the issue: @magento I am working on this
@magento I am working on this
Sorry, something went wrong.
Merge pull request #1473 from gabrieldagama/1456_update-data-provider
be24edd
#1456 - Removed SelectModifierInterface and added CollectionProcessor
gabrieldagama
Successfully merging a pull request may close this issue.
Story #1291
In order for the filters to be extensible, we will have to implement the collection processor and migrate the current filter and joins.
Implementation details
MediaGalleryUi/Model/Listing/DataProvider.php
and remove the SelectModifierInterface.AdobeStockImageAdminUi/Model/FilterParametersProvider/IsLicensed.php
) to a custom join using join processorMediaGalleryUi/Model/FilterParametersProvider/Directory.php
) to a custom filter using filter processorMediaGalleryUi/Ui/Component/DataProvider/KeywordFilter.php
) to a custom filter using filter processorTechnical details
https://github.com/magento/adobe-stock-integration/wiki/MediaGalleryUi-DataProvider
The text was updated successfully, but these errors were encountered: