Fixed
Project:
Bynder
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Aug 2019 at 19:01 UTC
Updated:
22 Sep 2026 at 09:37 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
dave reidThis adds configuration to the media type to make this selectable.
Comment #3
berdirThis needs a reroll now that #3052945: Bynder asset copied to Drupal file system is committed.
I don't really get the last change with the brands method call?
Comment #4
berdirAlso, there is now a BynderApi::getDerivatives() method that you might be able to use here?
Comment #5
dave reidThe getBrands() call was just used to test API connectivity. Since we're now using $this->bynderApi->getDerivatives() to fetch data from the API, it serves the same purpose.
Re-rolled for 8.x-2.x.
Comment #6
jarnetb commentedRemoved BynderSearch.php changes from previous patch since this breaks the Bynder Search in Entity browser. Needs to be "thul" right here instead of chosen thumbnail image.
Comment #7
jarnetb commentedUploaded wrong patch file in previous comment
Comment #8
jarnetb commentedAdded an extra fallback when the chosen derivative does not exist for selected image. Falls back to original 'webimage' derivative.
Comment #12
primsi commentedSorry for the branch confusion, I created the first one from the wrong branch.
Comment #13
primsi commentedI closed #3589018: Bynder Thumbnail without extension and updated issue credits here.
Comment #14
berdirComment #15
berdirComment #16
primsi commentedComment #18
berdirMerged. This should significantly improve the flexibility of the thumbnail and avoid multiple bugs. We will also work on another change to support updating the thumbnail if the remote asset changed.