Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: The path display of the group folder is incorrect #46670

Closed
5 of 8 tasks
kojima-imamura opened this issue Jul 22, 2024 · 4 comments · Fixed by #46694
Closed
5 of 8 tasks

[Bug]: The path display of the group folder is incorrect #46670

kojima-imamura opened this issue Jul 22, 2024 · 4 comments · Fixed by #46694
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap 29-feedback bug

Comments

@kojima-imamura
Copy link

⚠️ This issue respects the following points: ⚠️

Bug description

When you open a group folder, the path that appears at the top will now be a number.
Previously it showed the group folder name.

1.mp4

Steps to reproduce

1.Click on the configured group folder to open it.

Expected behavior

The group folder name is displayed.

Installation method

Community Manual installation with Archive

Nextcloud Server version

29

Operating system

Debian/Ubuntu

PHP engine version

PHP 8.2

Web server

Apache (supported)

Database engine version

MariaDB

Is this bug present after an update or on a fresh install?

Updated from a MINOR version (ex. 28.0.1 to 28.0.2)

Are you using the Nextcloud Server Encryption module?

Encryption is Disabled

What user-backends are you using?

  • Default user-backend (database)
  • LDAP/ Active Directory
  • SSO - SAML
  • Other

Configuration report

{
    "system": {
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "*"
        ],
        "memcache.distributed": "\\OC\\Memcache\\Redis",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "memcache.local": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": 6379
        },
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "mysql",
        "version": "29.0.4.1",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "mysql.utf8mb4": true,
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "auto_logout": true,
        "session_lifetime": 3600,
        "knowledgebaseenabled": true,
        "overwrite.cli.url": "***REMOVED SENSITIVE VALUE***",
        "overwritehost": "***REMOVED SENSITIVE VALUE***",
        "overwriteprotocol": "https",
        "overwritewebroot": "\/",
        "overwritecondaddr": "***REMOVED SENSITIVE VALUE***",
        "trusted_proxies": "***REMOVED SENSITIVE VALUE***",
        "htaccess.IgnoreFrontController": true,
        "htaccess.RewriteBase": "\/",
        "default_language": "ja",
        "default_locale": "ja",
        "default_phone_region": "JP",
        "mail_smtpmode": "smtp",
        "mail_smtpsecure": "ssl",
        "mail_sendmailmode": "smtp",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpauth": 1,
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "465",
        "allow_local_remote_servers": true,
        "enable_previews": true,
        "enabledPreviewProviders": [
            "OC\\Preview\\PNG",
            "OC\\Preview\\JPEG",
            "OC\\Preview\\GIF",
            "OC\\Preview\\HEIC",
            "OC\\Preview\\BMP",
            "OC\\Preview\\XBitmap",
            "OC\\Preview\\MarkDown",
            "OC\\Preview\\Postscript",
            "OC\\Preview\\SVG",
            "OC\\Preview\\TIFF",
            "OC\\Preview\\Font"
        ],
        "quota_preset": "10 GB, 20 GB, 30 GB",
        "theme": "",
        "loglevel": 2,
        "maintenance": false,
        "updater.release.channel": "stable",
        "maintenance_window_start": 1
    }
}

List of activated Apps

Enabled:
  - activity: 2.21.1
  - admin_audit: 1.19.0
  - cloud_federation_api: 1.12.0
  - dav: 1.30.1
  - federatedfilesharing: 1.19.0
  - files: 2.1.0
  - files_downloadlimit: 2.0.0
  - files_pdfviewer: 2.10.0
  - files_sharing: 1.21.0
  - files_trashbin: 1.19.0
  - files_versions: 1.22.0
  - groupfolders: 17.0.1
  - logreader: 2.14.0
  - lookup_server_connector: 1.17.0
  - oauth2: 1.17.0
  - password_policy: 1.19.0
  - privacy: 1.13.0
  - provisioning_api: 1.19.0
  - related_resources: 1.4.0
  - serverinfo: 1.19.0
  - settings: 1.12.0
  - sharebymail: 1.19.0
  - theming: 2.4.0
  - theming_customcss: 1.16.0
  - twofactor_backupcodes: 1.18.0
  - updatenotification: 1.19.1
  - viewer: 2.3.0
  - workflowengine: 2.11.0
Disabled:
  - bruteforcesettings: 2.9.0
  - circles: 29.0.0-dev (installed 27.0.1)
  - comments: 1.19.0 (installed 1.17.0)
  - contactsinteraction: 1.10.0 (installed 1.8.0)
  - dashboard: 7.9.0 (installed 7.7.0)
  - encryption: 2.17.0
  - federation: 1.19.0 (installed 1.17.0)
  - files_external: 1.21.0
  - files_reminders: 1.2.0 (installed 1.0.0)
  - firstrunwizard: 2.18.0 (installed 2.16.0)
  - nextcloud_announcements: 1.18.0 (installed 1.16.0)
  - notifications: 2.17.0 (installed 2.15.0)
  - photos: 2.5.0 (installed 2.3.0)
  - recommendations: 2.1.0 (installed 1.6.0)
  - support: 1.12.0 (installed 1.10.0)
  - survey_client: 1.17.0 (installed 1.15.0)
  - suspicious_login: 7.0.0
  - systemtags: 1.19.0 (installed 1.17.0)
  - text: 3.10.1 (installed 3.9.1)
  - twofactor_totp: 11.0.0-dev
  - user_ldap: 1.20.0
  - user_status: 1.9.0 (installed 1.7.0)
  - weather_status: 1.9.0 (installed 1.7.0)

Nextcloud Signing status

No errors have been found.

Nextcloud Logs

No response

Additional info

Microsoft Edge for Business 126.0.2592.113
Firefox 128.0

@kojima-imamura kojima-imamura added 0. Needs triage Pending check for reproducibility or if it fits our roadmap bug labels Jul 22, 2024
@chrissi55
Copy link

chrissi55 commented Jul 22, 2024

remarked the same, groupfolders are shown as their ID instead of their "name"

Behaviour has no impact on file / folder operations.

Not sure if it has impact on file sharing inbetween the cloud users and / or external via share link?!

NC: 29.0.4
PHP: 8.2
OS: ubuntu server 22.04.4

@ilya-vv
Copy link

ilya-vv commented Jul 22, 2024

Have the same issue after updating Nextcloud v28.0.6 to v28.0.8

Nextcloud v28.0.8
Group folders v.16.0.7

@kojima-imamura
Copy link
Author

It seems to only be displayed for a moment.
I could see it when I played it in slow motion.

2.mp4

@kojima-imamura
Copy link
Author

After modifying it as follows, it was displayed without any problem.
12796c3

thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap 29-feedback bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants