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
After creating a new contact in Nextcloud Contacts, the initial ADR, EMAIL and TEL can not be removed together, but only one at a time, requiring a reload after each removal.
(I noticed this when trying to create a birthday-only contact.)
Notice that the new contact initially has phone (TEL), email (EMAIL) and address (ADR), as shown in the UI in this order.
Delete the phone (TEL). [It works.]
Delete the email (EMAIL). [Does not work.]
Delete the address (ADR). [Does not work.]
Reload the page. [Phone is gone as expected, but email and address are still there.]
Delete the email (EMAIL). [It works.]
Delete the address (ADR). [Does not work.]
Reload the page again. [Email is gone as expected, but address is still there.]
Delete the address (ADR) [It works.]
Expected behavior
It should be possible to delete phone, email and address in one go.
Actual behavior
Deleting more than one of phone, email and address requires a reload.
Screenshots
n/a
Server configuration
Operating system: Linux
Web server: Apache
Database: MySQL
PHP version: 7.2
Nextcloud version: 15.0.6
Contacts version: 3.0.5
Updated from an older Nextcloud or fresh install: Updated
Signing status:
n/a
List of activated apps:
n/a
Nextcloud configuration:
n/a
Client configuration
Browser: Firefox 66.0.2
Operating system: Linux
CardDAV-clients: n/a
Logs
Web server error log
(omitted)
Nextcloud log
data/nextcloud.log
(omitted)
Browser log
Content Security Policy: The page’s settings blocked the loading of a resource at eval (“script-src”).
Content Security Policy: The page’s settings blocked the loading of a resource at eval (“script-src”).
The network log includes a PUT for each deletion, but all PUTs have the same params and the successful return code 204.
Describe the bug
After creating a new contact in Nextcloud Contacts, the initial
ADR
,EMAIL
andTEL
can not be removed together, but only one at a time, requiring a reload after each removal.(I noticed this when trying to create a birthday-only contact.)
To Reproduce
Steps to reproduce the behavior:
TEL
), email (EMAIL
) and address (ADR
), as shown in the UI in this order.TEL
). [It works.]EMAIL
). [Does not work.]ADR
). [Does not work.]EMAIL
). [It works.]ADR
). [Does not work.]ADR
) [It works.]Expected behavior
It should be possible to delete phone, email and address in one go.
Actual behavior
Deleting more than one of phone, email and address requires a reload.
Screenshots
n/a
Server configuration
Operating system: Linux
Web server: Apache
Database: MySQL
PHP version: 7.2
Nextcloud version: 15.0.6
Contacts version: 3.0.5
Updated from an older Nextcloud or fresh install: Updated
Signing status:
n/a
List of activated apps:
n/a
Nextcloud configuration:
n/a
Client configuration
Browser: Firefox 66.0.2
Operating system: Linux
CardDAV-clients: n/a
Logs
Web server error log
(omitted)
Nextcloud log
data/nextcloud.log
(omitted)
Browser log
The network log includes a
PUT
for each deletion, but allPUT
s have the same params and the successful return code204
.Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: