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
gravatar to be showed both in side panel and mobile view navbar
What happened
It loads mobile view top bar correctly from gravatar link but on sidebar it wants to load it from basset cache but it hasn't cached it because dev mode.
this seems to be issue with LOADED state being checked for $avatarLink
@tabacitu since you come up in gitblame can you explain the need of LOADED if at all. If its not needed and a bug I can make a pull request removing it.
Is it for race conditions when caching has started but we haven't finished yet, but another asset of same type is being loaded?
If this is the case then fault lies with basset setting LOADED state when in devmode
Bug report
What I did
Loaded a sidebar layout admin view
What I expected to happen
gravatar to be showed both in side panel and mobile view navbar
What happened
It loads mobile view top bar correctly from gravatar link but on sidebar it wants to load it from basset cache but it hasn't cached it because dev mode.
this seems to be issue with
LOADED
state being checked for$avatarLink
CRUD/src/helpers.php
Line 153 in cca35da
What I've already tried to fix it
nothing
Is it a bug in the latest version of Backpack?
yes
Backpack, Laravel, PHP, DB version
When I run
php artisan backpack:version
the output is:PHP VERSION:
8.2.4
PHP EXTENSIONS:
Core, bcmath, calendar, ctype, date, filter, hash, iconv, json, SPL, pcre, random, readline, Reflection, session, standard, mysqlnd, tokenizer, zlib, libxml, dom, PDO, openssl, SimpleXML, xml, xmlreader, xmlwriter, curl, fileinfo, mbstring, Phar, pdo_mysql, pdo_sqlite
LARAVEL VERSION:
11.9.2.0
BACKPACK PACKAGE VERSIONS:
backpack/basset: 1.3.4
backpack/crud: 6.7.15
backpack/generators: v4.0.5
backpack/theme-tabler: 1.2.10
The text was updated successfully, but these errors were encountered: