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
Removing of fields (e.g. a phone number) seems to work in the first place, but when changing the contact and coming back, the fields are there again.
To Reproduce
Edit a contact which has two phone numbers and remove one of them by clicking on the trash can at the right of the field.
Expected behavior
The field gets removed not only from the mask, but also the data of the property gets deleted from the vcard.
Actual behavior
The field gets removed - but only in the mask.
After switching to another contact and coming back to that, the field and its content is there again.
Operating system:
Server: Linux (Debian, Shared Hoster)
Client: Windows 10
Web server: Apache
Database: MariaDB 5.7
PHP version: 7.2
Nextcloud version: 15.0.2
Contacts version: 3.0.1
Updated from an older Nextcloud or fresh install: Update from latest V14
GitMate.io thinks possibly related issues are #779 (Additional phone number field not found), #494 (disable shared address book does not work), #278 (The date fields are not working), and #859 (vCard v4 contact entries with photos vanish).
Describe the bug
Removing of fields (e.g. a phone number) seems to work in the first place, but when changing the contact and coming back, the fields are there again.
To Reproduce
Edit a contact which has two phone numbers and remove one of them by clicking on the trash can at the right of the field.
Expected behavior
The field gets removed not only from the mask, but also the data of the property gets deleted from the vcard.
Actual behavior
The field gets removed - but only in the mask.
After switching to another contact and coming back to that, the field and its content is there again.
Operating system:
Server: Linux (Debian, Shared Hoster)
Client: Windows 10
Web server: Apache
Database: MariaDB 5.7
PHP version: 7.2
Nextcloud version: 15.0.2
Contacts version: 3.0.1
Updated from an older Nextcloud or fresh install: Update from latest V14
List of activated apps:
Nextcloud configuration:
{ "system": { "instanceid": "***REMOVED SENSITIVE VALUE***", "passwordsalt": "***REMOVED SENSITIVE VALUE***", "trusted_domains": [ "***REMOVED SENSITIVE VALUE***", "***REMOVED SENSITIVE VALUE***" ], "activity_expire_days": "60", "datadirectory": "***REMOVED SENSITIVE VALUE***", "filelocking.debug": false, "filelocking.enabled": true, "filelocking.ttl": 1800, "overwrite.cli.url": "***REMOVED SENSITIVE VALUE***", "version": "15.0.2.0", "installed": true, "dbtype": "mysql", "dbname": "***REMOVED SENSITIVE VALUE***", "dbhost": "***REMOVED SENSITIVE VALUE***", "dbtableprefix": "oc_", "dbuser": "***REMOVED SENSITIVE VALUE***", "dbpassword": "***REMOVED SENSITIVE VALUE***", "default_language": "de", "defaultapp": "files", "integrity.check.disabled": true, "knowledgebaseenabled": true, "enable_avatars": true, "allow_user_to_change_display_name": true, "theme": "", "secret": "***REMOVED SENSITIVE VALUE***", "loglevel": 3, "logdateformat": "Y-m-d H:i:s", "logtimezone": "Europe\/Berlin", "log_rotate_size": 20971520, "skeletondirectory": "\/home\/www\/nextcloud_data\/skeleton", "updatechecker": true, "trashbin_retention_obligation": "auto", "versions_retention_obligation": "disabled", "appstoreenabled": true, "appstore.experimental.enabled": true, "singleuser": false, "maintenance": false, "htaccess.RewriteBase": "\/", "mail_smtpmode": "smtp", "updater.release.channel": "stable", "mail_smtpsecure": "ssl", "mail_smtpauthtype": "LOGIN", "mail_from_address": "***REMOVED SENSITIVE VALUE***", "mail_smtpauth": 1, "mail_domain": "***REMOVED SENSITIVE VALUE***", "mail_smtphost": "***REMOVED SENSITIVE VALUE***", "mail_smtpport": "465", "mail_smtpname": "***REMOVED SENSITIVE VALUE***", "mail_smtppassword": "***REMOVED SENSITIVE VALUE***", "mysql.utf8mb4": true, "updater.secret": "***REMOVED SENSITIVE VALUE***" } }
Client configuration
Browser: Firefox 64.0, 64-Bit
Operating system:
Windows 10 - Pro
Logs
I don't see any log when I click at the trash bin symbol - neither in console log nor in network traffic nor in nextcloud.log!
The text was updated successfully, but these errors were encountered: