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 I use Field of type Image and localize attribute is set to false
ex.:
type: image
localize: false
I expect in any locale the output will be the same Image. But in backend and frontend I can`t obtain the path of an image for all locales except default locale. Moreover in backend this is the reason to disappear image from default locale when entity is edited in other locales (cause the image field is empty for now)
I suppose the reason for this problem is in Bolt\Entity::get method as compared with Bolt\Entity::getValue where isTranslatable (localize attribute) is taken into account
The text was updated successfully, but these errors were encountered:
When I use Field of type Image and localize attribute is set to false
ex.:
I expect in any locale the output will be the same Image. But in backend and frontend I can`t obtain the path of an image for all locales except default locale. Moreover in backend this is the reason to disappear image from default locale when entity is edited in other locales (cause the image field is empty for now)
I suppose the reason for this problem is in
Bolt\Entity::get
method as compared withBolt\Entity::getValue
where isTranslatable (localize attribute) is taken into accountThe text was updated successfully, but these errors were encountered: