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
When trying to create a HasMany link using Resolver and custom Layout, there is a problem inside the object.
Using trait HasMediaLibrary there is a problem that the library considers the parent model as containing HasMedia interface. The problem is with HasMediaLibrary and the method getUnderlyingMediaModel, which returns not the child model, but the parent model as the owner of HasMedia. As a result it returns the error 'Origin HasMedia model not found.'
When trying to create a HasMany link using Resolver and custom Layout, there is a problem inside the object.
Using trait
HasMediaLibrary
there is a problem that the library considers the parent model as containing HasMedia interface. The problem is withHasMediaLibrary
and the method getUnderlyingMediaModel, which returns not the child model, but the parent model as the owner of HasMedia. As a result it returns the error 'Origin HasMedia model not found.'Code:
The text was updated successfully, but these errors were encountered: