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
This prevents the passing of default logo test in compose and reporter apps because a custom logo is already set. Removing the logo from settings ui.main logo does not set the default. The default logo is set in admin after custom logo has been removed via del btn and submit button is clicked. Del btn does the same as delete from settings where name = 'ui.main-logo'; but something else needs to be done and I'm not sure what it is.
The text was updated successfully, but these errors were encountered:
Description
This prevents the passing of default logo test in compose and reporter apps because a custom logo is already set. Removing the logo from settings ui.main logo does not set the default. The default logo is set in admin after custom logo has been removed via del btn and submit button is clicked. Del btn does the same as
delete from settings where name = 'ui.main-logo';
but something else needs to be done and I'm not sure what it is.The text was updated successfully, but these errors were encountered: