You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#324 [Story 29] User sees images from the same series as the currently viewed image
Preconditions
Install Magento with Adobe Stock Integration
Configure the integration in Stores -> Configuration -> System -> Adobe Stock Integration fieldset
Steps to reproduce
Login to admin panel
Open Magento Media Gallery (i.e. go to Cms -> Pages, edit the page and insert image)
Click "Search Adobe Stock" button to open images grid
Click on any image
Expected result
Image preview is expanded, "More from this series" section with the same series images is displayed
Technical Details
New instance of \Magento\AdobeStockClientApi\Api\SearchParameterProviderInterface has to be introduced to handle search_parameters[serie_id] request parameter
A search request for images with serie_id set to the id of current image should be performed asynchronously when image preview is expanded
The text was updated successfully, but these errors were encountered:
Story
#324 [Story 29] User sees images from the same series as the currently viewed image
Preconditions
Steps to reproduce
Expected result
Image preview is expanded, "More from this series" section with the same series images is displayed
Technical Details
\Magento\AdobeStockClientApi\Api\SearchParameterProviderInterface
has to be introduced to handlesearch_parameters[serie_id]
request parameterserie_id
set to theid
of current image should be performed asynchronously when image preview is expandedThe text was updated successfully, but these errors were encountered: