nextcloud / richdocuments

📑 Collabora Online for Nextcloud
https://nextcloud.com/collaboraonline
349 stars 115 forks source link

Theme logo not appearing, top left navigation #3935

Closed nooblag closed 1 month ago

nooblag commented 1 month ago

Describe the bug A theme logo no longer appears in Nextcloud Office/Collabora, top left navigation.

To Reproduce Steps to reproduce the behavior:

  1. Open a document

Expected behavior Collabora pulls logo from Nextcloud theme as usual/before.

Actual behavior Nextcloud logo appears. Theme logo is ignored.

Screenshots Screenshot from 2024-08-21 05-52-38

Client details:

Server details

Operating system: Ubuntu 22.04.4 LTS

Web server: nginx version: nginx/1.18.0 (Ubuntu)

Database: psql (PostgreSQL) 14.13 (Ubuntu 14.13-0ubuntu0.22.04.1)

PHP version: PHP 8.2.22 (cli) (built: Aug 2 2024 15:36:02) (NTS)

Nextcloud version: 29.0.5

Version of the richdocuments app 8.4.4

Version of Collabora Online COOLWSD version: 24.04.6.2 (git hash: 4fd2181 (E)) LOKit version: Collabora Office 24.04.6.2 (git hash: 47680e0)

Configuration of the richdocuments app

{
    "apps": {
        "richdocuments": {
            "wopi_allowlist": "127.0.0.1, ***redacted_IP***",
            "doc_format": "ooxml",
            "public_wopi_url": "https:\/\/***redacted_URL***",
            "external_apps": "Public Access:***redacted_key***,",
            "types": "prevent_group_restriction",
            "canonical_webroot": "",
            "wopi_url": "https:\/\/***redacted_URL***",
            "disable_certificate_verification": "",
            "installed_version": "8.4.4",
            "enabled": "yes"
        }
    }
}
juliushaertl commented 1 month ago

Was fixed with https://github.com/nextcloud/richdocuments/pull/3925