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
The same issue applies to <link rel="shortcut icon" href="/themes/example/core/img/favicon.ico">, but that is already misbehaving due to a separate issue favicon.ico from custom theme is not applied #23758
Disabling files_texteditor did not fix the favicon issue, even after restarting apache and running sudo -u www-data php occ maintenance:repair. I had to remove the entire files_external folder from /apps/ before the theme icon selection started working again.
Other theme graphics were not disturbed
The text was updated successfully, but these errors were encountered:
Steps to reproduce
'theme' => 'example',
<link rel="apple-touch-icon-precomposed" href="/themes/example/core/img/favicon-touch.png">
Expected result
Observed result
<link rel="apple-touch-icon-precomposed" href="/core/img/favicon-touch.png">
Notes:
<link rel="shortcut icon" href="/themes/example/core/img/favicon.ico">
, but that is already misbehaving due to a separate issue favicon.ico from custom theme is not applied #23758sudo -u www-data php occ maintenance:repair
. I had to remove the entire files_external folder from /apps/ before the theme icon selection started working again.The text was updated successfully, but these errors were encountered: