The new Location field is marked red and tells me to enter an URL, even when it is pre-filled with coordinates.
Additionally, the default value uses a semicolon ; to separate the coordinates, but after saving and loading it has changed to a comma ,.
Operating system: CentOS 7
Web server: lighttpd
Database: SQLite
PHP version: 7.2
Nextcloud version: 16.0.4
Contacts version: 3.1.6
@RobertZenz can you describe exactly what would be expected? Then this would be a good first issue. :)
@jancborchardt the dav library understand location as an url, and this is forwarded to the html with an input[type=url].
We need this as a text, but weshould also add a plugin where you can autocomplete locations/pick on map
Note, a similar scenario occurs with RELATED field (bug 1395) where the RFC requires either a URL or a declared text, but Nextcloud only likes a URL, with no picker.
To be clear: the RFC actually requires some kind of URI scheme here, see section 6.5.2. So this requirement is not actually wrong.
But I agree that there should be a more helpful and user-friendly widget for editing this property. Does anyone know how this property is actually being used in other clients?
Most helpful comment
@jancborchardt the dav library understand location as an url, and this is forwarded to the html with an input[type=url].
We need this as a text, but weshould also add a plugin where you can autocomplete locations/pick on map