Opened 10 years ago
Closed 9 years ago
#11921 closed enhancement (duplicate)
Sorting of multiple values changes when edited with different language settings
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Internal preset | Version: | tested |
Keywords: | Cc: |
Description (last modified by )
Since r8493 the sorting of values is based on the language used.
This leads to the following problem which I found when tagging railway signals:
- somebody creates a tag with a value of e.g. "A;B" with a German JOSM
- another mapper with an English JOSM opens the preset dialogue for this tag and closes it with "Apply" without changing anything.
- the value is now changed to "B;A", because in English the alphabetical order of the values is different.
So now we have a new version of this node/way without actually changing anything. A solution could be that the applied value is always sorted based on the value and not based on the display_values. In the preset window it can still be ordered based on language settings.
(see also https://github.com/rurseekatze/OpenRailwayMap/pull/357)
Attachments (0)
Change History (3)
comment:1 by , 10 years ago
Description: | modified (diff) |
---|
comment:2 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → needinfo |
comment:3 by , 9 years ago
Resolution: | → duplicate |
---|---|
Status: | needinfo → closed |
Closed as duplicate of #11926.
Can you please give a real example?