contacts icon indicating copy to clipboard operation
contacts copied to clipboard

Impossible to see shares of adressbooks

Open tobyps opened this issue 4 years ago • 3 comments

Describe the bug

A clear and concise description of what the bug is. It is impossible to see with whom I shared adressbooks because the names are obscured by the option "allow editing" See attached picture

To Reproduce Steps to reproduce the behavior:

  1. Go to contacts
  2. Click on options
  3. Open the share dialogue
  4. See error

Expected behavior I can see the shares

Actual behavior no shares visible

Screenshots If applicable, add screenshots to help explain your problem.

Server configuration

Server configuration detail

Operating system: Linux 5.10.55 #1 SMP Mon Aug 2 11:32:19 CEST 2021 x86_64

Webserver: Apache (apache2handler)

Database: mysql 10.2.36

PHP version:

7.4.21 Modules loaded: Core, date, libxml, openssl, pcre, sqlite3, zlib, bcmath, bz2, calendar, ctype, curl, dba, dom, hash, fileinfo, filter, ftp, gd, gettext, gmp, SPL, iconv, session, intl, json, ldap, mbstring, standard, mysqlnd, mysqli, PDO, pdo_mysql, pdo_pgsql, pdo_sqlite, pgsql, Phar, posix, Reflection, imap, SimpleXML, soap, sockets, sodium, exif, tokenizer, xml, xmlreader, xmlwriter, xsl, zip, apache2handler, apcu, imagick, memcached, redis, Zend OPcache

Nextcloud version: 21.0.4 - 21.0.4.1

Updated from an older Nextcloud/ownCloud or fresh install: Updated

Where did you install Nextcloud from: unknown

Signing status

Integrity checker has been disabled. Integrity cannot be verified.

List of activated apps
Enabled:
 - accessibility: 1.7.0
 - activity: 2.14.3
 - admin_audit: 1.11.0
 - bruteforcesettings: 2.2.0
 - calendar: 2.3.3
 - cloud_federation_api: 1.4.0
 - comments: 1.11.0
 - contacts: 4.0.2
 - contactsinteraction: 1.2.0
 - dav: 1.17.1
 - federatedfilesharing: 1.11.0
 - files: 1.16.0
 - files_pdfviewer: 2.1.0
 - files_rightclick: 1.0.0
 - files_sharing: 1.13.1
 - files_trashbin: 1.11.0
 - files_versions: 1.14.0
 - files_videoplayer: 1.10.0
 - firstrunwizard: 2.10.0
 - forms: 2.3.0
 - groupfolders: 9.0.3
 - impersonate: 1.8.0
 - issuetemplate: 0.7.0
 - logreader: 2.6.0
 - lookup_server_connector: 1.9.0
 - nextcloud_announcements: 1.10.0
 - notifications: 2.9.0
 - oauth2: 1.9.0
 - occweb: 0.0.7
 - password_policy: 1.11.0
 - photos: 1.3.0
 - polls: 3.0.0
 - privacy: 1.5.0
 - provisioning_api: 1.11.0
 - recommendations: 1.0.0
 - serverinfo: 1.11.0
 - settings: 1.3.0
 - sharebymail: 1.11.0
 - text: 3.2.0
 - theming: 1.12.0
 - twofactor_backupcodes: 1.10.0
 - updatenotification: 1.11.0
 - viewer: 1.5.0
 - workflowengine: 2.3.0
Disabled:
 - dashboard
 - encryption
 - federation
 - files_external
 - support
 - survey_client
 - systemtags
 - user_ldap
 - user_status
 - weather_status

Configuration (config/config.php)
{
    "instanceid": "***REMOVED SENSITIVE VALUE***",
    "passwordsalt": "***REMOVED SENSITIVE VALUE***",
    "secret": "***REMOVED SENSITIVE VALUE***",
    "trusted_domains": [
        "REMOVED"
    ],
    "datadirectory": "***REMOVED SENSITIVE VALUE***",
    "dbtype": "mysql",
    "version": "21.0.4.1",
    "integrity.check.disabled": true,
    "default_language": "de",
    "default_locale": "de",
    "default_phone_region": "DE",
    "skeletondirectory": "",
    "trashbin_retention_obligation": "auto, 30",
    "version_retention_obligation": "auto, 30",
    "memcache.local": "\\OC\\Memcache\\APCu",
    "log_type": "file",
    "logfile": "\/web\/nextcloudv2\/data\/nextcloud.log",
    "log_rotate_size": 1048576,
    "overwrite.cli.url": "https:\/\/REMOVED",
    "dbname": "***REMOVED SENSITIVE VALUE***",
    "dbhost": "***REMOVED SENSITIVE VALUE***",
    "dbport": "",
    "dbtableprefix": "oc_",
    "mysql.utf8mb4": true,
    "dbuser": "***REMOVED SENSITIVE VALUE***",
    "dbpassword": "***REMOVED SENSITIVE VALUE***",
    "installed": true,
    "updater.release.channel": "stable",
    "activity_use_cached_mountpoints": true,
    "mail_from_address": "***REMOVED SENSITIVE VALUE***",
    "mail_smtpmode": "smtp",
    "mail_smtpauthtype": "LOGIN",
    "mail_smtpauth": 1,
    "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
    "mail_smtpport": "465",
    "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
    "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
    "mail_smtpsecure": "ssl",
    "mail_domain": "***REMOVED SENSITIVE VALUE***",
    "maintenance": false,
    "theme": "",
    "loglevel": 2,
    "app_install_overwrite": [
        "issuetemplate",
        "occweb"
    ]
}

Client configuration

Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0

Contacts Issue

tobyps avatar Sep 10 '21 06:09 tobyps

This happens if a localization other than English is used, for example, German or Russian

English Снимок экрана_2021-10-27_15-34-37

Russian Снимок экрана_2021-10-27_15-36-35 .

lvarnava avatar Oct 27 '21 12:10 lvarnava

Thanks for the workaround.

Hopefully the issue will still be adressed and fixed.

tobyps avatar Oct 27 '21 18:10 tobyps

Also thanks for the Workaround - working in 23.0.2

Hendrick42 avatar Apr 04 '22 19:04 Hendrick42