Replies: 1 comment 1 reply
-
V7 has no support |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When specifying the collection and conversion to get a url for, the query executed by
HasMediaTrait
seems to get all the items belonging to that model, regardless of specifying the media collection and conversion. It's loading all the models into memory as opposed to just the single model and using it to retrieve the url.Only one item exists in the media collection for the specified
org_logo
usingAny help greatly appreciated!! I supposed I could get the URL myself if needed but wondering if this is a bug or I'm missing something?
Beta Was this translation helpful? Give feedback.
All reactions