Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix metadata address element doubles with each project write
elementsByTagName can be dangerous, because it returns children recursively. In this case the contact "address" element contained a child element for the street address, also named "address". So when restoring a project with contact addresses in the metadata, each address was created twice... Fixes #17940
- Loading branch information