Open rfc2822 opened 8 years ago
If you decided to go the direction of updating the label field. (instead of dropping it), please let me know! I have php code to format address LABEL fields based on target country. Unfortunately I lack the programming skills to incorporate itt in the contact app.
Regards,
Bert Haverkamp
Steps to reproduce
It will look like this:
Note there's no
LABEL
in theADR
property, so that clients will generated the formatted address themselves.Here, the
LABEL
has been set (and RFC 6868 has been used for the line breaks).LABEL
:LABEL
address with the (incorrect) "Street 2a" as formatted address, but when editing the components, it will (correctly) show "Street 3a".Expected behaviour
The
LABEL
parameter of theADR
property should be handled correctly. For instance, it could be dismissed when a change i done in the Web UI. However, an incorrectLABEL
should never be sent.Actual behaviour
LABEL
is stored when received, and then sent without modification, even when the content of the address field has been modified in the OwnCloud Contacts app.Server configuration
Operating system: Description: Debian GNU/Linux 8.5 (jessie)
Web server: Server version: Apache/2.4.10 (Debian)
Database: mysql-server (5.5.50-0+deb7u2)
PHP version: 5.6.20+dfsg-0+deb8u1
ownCloud version: (see ownCloud admin page) 9.1.0
Contacts version: (see ownCloud apps page) 1.3.1.0
Updated from an older ownCloud or fresh install: fresh install
Signing status (ownCloud 9.0 and above):
List of activated apps:
The content of config/config.php:
Are you using external storage, if yes which one: no
Are you using encryption: no
**Are you using an external user-backend, if yes which no