Modify ↓
Opened 12 years ago
Closed 12 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)
by , 12 years ago
Attachment: | relations_compare.patch added |
---|
comment:1 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 5710/josm: