GNOME Bugzilla – Bug 786551
Possible to add multiple instances of the address field when editing OSM
Last modified: 2017-08-20 21:00:28 UTC
When adding an address entry on an OSM object, the address entry is still selectable in the field selection popover, making it possible to add multiple entries. What's worse is that adding another one actually "overrides" the contents of the first one.
Created attachment 358033 [details] [review] osmEditDialog: Don't add Address to popover if already added Use !== null to check if any subtags under address is already included (including placeholder empty strings).
Attachment 358033 [details] pushed as 8a8a7ea - osmEditDialog: Don't add Address to popover if already added