Modify ↓
Opened 10 years ago
Closed 10 years ago
#11360 closed defect (fixed)
opening_hours validator can not fix all warnings by itself.
Reported by: | ypid23 | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 15.04 |
Component: | Core validator | Version: | latest |
Keywords: | opening_hours | Cc: |
Description
Steps to reproduce:
- Create node with opening_hours=Th-Su
- Run validation
- Click on "Fix"
- Goto 2 :)
Problem is that opening_hours.js oh.getWarnings() returns warnings but they can not be fixed automatically. The value "Th-Su" is just one example. There are more. I would recommend to compare the result of oh.prettifyValue() with the current value and if they are the same to disable the fix button of this warning.
See Bugreport against opening_hours.js: https://github.com/ypid/opening_hours.js/issues/78
Attachments (0)
Change History (2)
comment:1 by , 10 years ago
Milestone: | → 15.04 |
---|
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 8242/josm: