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
Hello. Behavior works perfectly. Thanks. But in views i use getUploadedFileUrl() for displaying image url but it always returns null. I checked sources and have found these lines:
if (!$this->owner->{$attribute})
returnnull;
When I comment these lines - all works. For what this condition?
The text was updated successfully, but these errors were encountered:
Hello. Behavior works perfectly. Thanks. But in views i use
getUploadedFileUrl()
for displaying image url but it always returnsnull
. I checked sources and have found these lines:When I comment these lines - all works. For what this condition?
The text was updated successfully, but these errors were encountered: