Modify ↓
Opened 3 years ago
Closed 3 years ago
#21962 closed defect (fixed)
[Patch] Error in Search Dialog
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | normal | Milestone: | 22.03 |
Component: | Core | Version: | latest |
Keywords: | template_report | Cc: |
Description
What steps will reproduce the problem?
While I was translating I found an error in original description:
- logical or (one and only one expression has to be satisfied)
That is the definition for logical xor (logical xor is in 2199), not for logical or
Located in ../core/src/org/openstreetmap/josm/gui/dialogs/SearchDialog.java:349
What is the expected result?
- logical or (at least one expression has to be satisfied)
What happens instead?
Please provide any additional information below. Attach a screenshot if possible.
Attachments (1)
Change History (5)
by , 3 years ago
Attachment: | josm_21962.patch added |
---|
comment:1 by , 3 years ago
Milestone: | → 22.03 |
---|---|
Summary: | Error in Search Dialog → [Patch] Error in Search Dialog |
Version: | → latest |
Looks like a typo, see #21480.
The attached patch should fix it: josm_21962.patch
Note:
See TracTickets
for help on using tickets.
patch