-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Labels
Description
How to use GitHub
- Please use the 👍 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Steps to reproduce
- Go to contact app
- Create a contact group (popup appears)
- search for contact to add to the contact group
- Notice 2 things : no contact appears (no suggestion) + not possible to skip contact adding
Expected behaviour
- Suggested contacts should appear when searching in the search field.
- In my opinion, we should be able to create a contact group without immediately adding a first contact to it. It would therefore be useful to be able to create a new empty contact group... then come back to it later to add contacts... a bit like Teams (formerly known as ‘Circles’).
Actual behaviour
- No contact appears (no suggestion)
- Not possible to skip contact adding
Server configuration
Web server: Nginx
Database: Maria
PHP version: 8.2
Nextcloud version: 32.0.0-RC4
List of activated apps
Enabled: - activity: 5.0.0-dev.0 - admin_audit: 1.22.0 - announcementcenter: 7.2.1 - app_api: 32.0.0 - assistant: 2.8.0 - bruteforcesettings: 5.0.0-dev.0 - calendar: 6.0.0-rc.6 - call_summary_bot: 3.1.0 - circles: 32.0.0 - collectives: 3.1.2 - comments: 1.22.0 - contacts: 8.0.2 - contactsinteraction: 1.13.1 - context_chat: 4.5.0 - dashboard: 7.12.0 - deck: 1.16.0-beta.1 - federation: 1.22.0 - files_downloadlimit: 5.0.0-dev.0 - files_external: 1.24.0 - files_pdfviewer: 5.0.0-dev.0 - files_reminders: 1.5.0 - files_sharing: 1.24.0 - files_trashbin: 1.22.0 - files_versions: 1.25.0 - firstrunwizard: 5.0.0-dev.0 - groupfolders: 20.0.1 - guests: 4.5.2 - integration_openai: 3.7.1 - logreader: 5.0.0-dev.0 - mail: 5.5.4 - nextcloud_announcements: 4.0.0-dev.0 - notes: 4.12.3 - notifications: 5.0.0-dev.0 - notify_push: 1.2.0 - password_policy: 4.0.0-dev.0 - photos: 5.0.0-dev.1 - privacy: 4.0.0-dev.0 - recommendations: 5.0.0-dev.0 - related_resources: 3.0.0-dev.0 - richdocuments: 9.0.0-beta.2 - serverinfo: 4.0.0-dev.0 - sharebymail: 1.22.0 - sharereview: 1.4.0 - support: 4.0.0-dev.0 - systemtags: 1.22.0 - tables: 1.0.0-beta.4 - text: 6.0.0-dev.0 - twofactor_email: 3.0.4-beta.1 - twofactor_nextcloud_notification: 6.0.0-dev.0 - twofactor_totp: 14.0.0 - updatenotification: 1.22.0 - user_ldap: 1.23.0 - user_status: 1.12.0 - weather_status: 1.12.0 - webhook_listeners: 1.3.0 - whiteboard: 1.2.1 Disabled: - encryption - survey_client: 4.0.0-dev.0 - suspicious_loginNextcloud configuration
{ "passwordsalt": "***REMOVED SENSITIVE VALUE***", "secret": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "nc32.test.xxxxx.fr" ], "datadirectory": "***REMOVED SENSITIVE VALUE***", "dbtype": "mysql", "version": "32.0.0.12", "overwrite.cli.url": "https:\/\/nc32.test.xxxxx.fr", "dbname": "***REMOVED SENSITIVE VALUE***", "dbhost": "***REMOVED SENSITIVE VALUE***", "dbtableprefix": "oc_", "mysql.utf8mb4": true, "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "updater.release.channel": "beta", "installed": true, "instanceid": "***REMOVED SENSITIVE VALUE***", "log_type": "file", "logfile": "\/var\/log\/nextcloud\/nc32.test.xxxxx.fr\/nextcloud.log", "redis": { "host": "***REMOVED SENSITIVE VALUE***", "password": "***REMOVED SENSITIVE VALUE***", "port": 6379, "dbindex": 6, "timeout": 0 }, "skeletondirectory": "", "logtimezone": "Europe\/Paris", "mail_smtpmode": "smtp", "mail_smtpsecure": "ssl", "mail_from_address": "***REMOVED SENSITIVE VALUE***", "mail_domain": "***REMOVED SENSITIVE VALUE***", "mail_smtpname": "***REMOVED SENSITIVE VALUE***", "mail_smtppassword": "***REMOVED SENSITIVE VALUE***", "mail_smtphost": "***REMOVED SENSITIVE VALUE***", "mail_smtpauthtype": "PLAIN", "default_language": "fr", "default_phone_region": "FR", "defaultapp": "files", "trashbin_retention_obligation": "20,40", "versions_retention_obligation": "auto,40", "check_for_working_wellknown_setup": false, "quota_include_external_storage": false, "cron_log": true, "has_internet_connection": true, "updatechecker": true, "appstoreenabled": true, "filelocking.enabled": true, "session_keepalive": true, "knowledgebaseenabled": true, "allow_user_to_change_display_name": true, "enable_previews": true, "enable_avatars": true, "auth.bruteforce.protection.enabled": true, "loglevel": 1, "log_rotate_size": 104857600, "mail_smtpauth": 1, "mail_smtpport": 465, "session_lifetime": 86400, "remember_login_cookie_lifetime": 1296000, "preview_max_filesize_image": 50, "activity_expire_days": 120, "maintenance_window_start": 1, "memcache.local": "\\OC\\Memcache\\APCu", "memcache.locking": "\\OC\\Memcache\\Redis", "memcache.distributed": "\\OC\\Memcache\\Redis", "app_install_overwrite": [ "admin_audit", "user_ldap", "richdocuments" ], "ldapProviderFactory": "OCA\\User_LDAP\\LDAPProviderFactory", "maintenance": false, "twofactor_enforced": "false", "twofactor_enforced_groups": [ "guest_app" ], "twofactor_enforced_excluded_groups": [], "trusted_proxies": "***REMOVED SENSITIVE VALUE***" }Browser
Browser name: Firefox
Browser version: 142.0.1
Operating system: Ubuntu 22.04 LTS