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
When a contact group is selected and you add a contact the new contact gets the group name set to serveral the single letters the group name consists of. For example: if you select the group "Coworkers" and add a new contact this contact will be placed in the groups "C", "o", "w", ".", "r", "k", "e", ".", "s". (see screenshot)
Steps to reproduce
select a group within the contacts app
add a new contact
Expected behaviour
The member group should not be split up in single letters. Instead the new contact should be member of the selected group.
Actual behaviour
Instead the group name is split up into single letters and these "groups" are assigned to the new contact.
Server configuration
Operating system: Debian Wheezy
Web server: Apache 2.2
Database: MySQL 5.5
PHP version: 7.0.15
Nextcloud version: 11.0.2
Contacts version: 1.5.3
Updated from an older Nextcloud or fresh install: Update Signing status: No errors have been found.
When a contact group is selected and you add a contact the new contact gets the group name set to serveral the single letters the group name consists of. For example: if you select the group "Coworkers" and add a new contact this contact will be placed in the groups "C", "o", "w", ".", "r", "k", "e", ".", "s". (see screenshot)
Steps to reproduce
Expected behaviour
The member group should not be split up in single letters. Instead the new contact should be member of the selected group.
Actual behaviour
Instead the group name is split up into single letters and these "groups" are assigned to the new contact.
Server configuration
Operating system: Debian Wheezy
Web server: Apache 2.2
Database: MySQL 5.5
PHP version: 7.0.15
Nextcloud version: 11.0.2
Contacts version: 1.5.3
Updated from an older Nextcloud or fresh install: Update
Signing status: No errors have been found.
List of activated apps:
Enabled:
Disabled:
The content of config/config.php:
{
"system": {
"instanceid": "1234567",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"trusted.domain"
],
"datadirectory": "/var/local/nextcloud-data",
"dbtype": "mysql",
"version": "11.0.2.7",
"installed": true,
"forcessl": true,
"enable_previews": true,
"preview_libreoffice_path": "/usr/bin/libreoffice",
"maintenance": false,
"dbname": "owncloud",
"dbhost": "localhost",
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"mail_from_address": "nextcloud",
"mail_smtpmode": "php",
"mail_domain": "xxx.yyy",
"mail_smtpauthtype": "PLAIN",
"mail_smtpauth": 1,
"mail_smtpsecure": "tls",
"theme": "",
"loglevel": 2,
"secret": "REMOVED SENSITIVE VALUE",
"overwritewebroot": "/nextcloud",
"overwrite.cli.url": "/nextcloud",
"trashbin_retention_obligation": "auto",
"filelocking.enabled": "true",
"updatechecker": true,
"htaccess.RewriteBase": "/nextcloud",
"updater.release.channel": "stable",
"memcache.local": "\OC\Memcache\Redis",
"redis": {
"host": "localhost",
"port": 6379
},
"memcache.locking": "\OC\Memcache\Redis"
}
}
**Are you using external storage: no
Are you using encryption: no
Are you using an external user-backend, if yes which one: no
Client configuration
Browser: Opera 43.0
Operating system: Windows 10 Pro
CardDAV-clients: Web-Interface
The text was updated successfully, but these errors were encountered: