Modify ↓
Opened 8 years ago
Closed 8 years ago
#8419 closed defect (fixed)
[patch] RelationComparator considers different relations equal
Reported by: | Zverikk | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | comparator, relations | Cc: |
Description
If there are no presets for given relations, their names are compared. If those are equal, then relations are considered equal. This breaks ordered sets of relations which are built using this comparator, and could have other consequences. I propose to implement a fallback similar to when presets are found: compare members, completeness and unique id.
Attachments (1)
Change History (2)
Changed 8 years ago by
Attachment: | relations_compare.patch added |
---|
comment:1 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In 5710/josm: