Opened 5 years ago
Last modified 5 years ago
#18807 closed defect
Wrong fix off opening_hour — at Initial Version
Reported by: | skyper | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core validator | Version: | |
Keywords: | template_report opening_hours PH | Cc: | ypid23 |
Description
What steps will reproduce the problem?
- Have an object with
opening_hours=Fr-We,PH 10:00-17:00; Fr PH +1 days off
. If Thursday is holiday, Friday is off. - run validator
What is the expected result?
No warning
What happens instead?
Two warnings for one issue.
- `Opening hours syntax - opening_hours - Fr-We,PH 10:00-17:00; PH +1 day Fr <--- (The selector "weekday" was switched with the selector "holiday" for readability and compatibility reasons.)
- `Opening hours syntax - opening_hours - Fr-We,PH 10:00-17:00; PH +1 day <--- (The selector "holiday" was switched with the selector "weekday" for readability and compatibility reasons.)
The auto fix changes the value to opening_hours=Fr-We,PH 10:00-17:00; PH +1 day Fr off
which in my understanding is something different but I did not find an example on the wiki.
Please provide any additional information below. Attach a screenshot if possible.
At least two warnings for one issue is a bug
Relative:URL: ^/trunk Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Last:Changed Date: 2020-02-28 00:58:00 +0100 (Fri, 28 Feb 2020) Revision:15951 Build-Date:2020-02-28 02:31:00 URL:https://josm.openstreetmap.de/svn/trunk
Note:
See TracTickets
for help on using tickets.