Actions
Patch #40559
closedFix incorrect icon image paths for Wiki help pages
Status:
Closed
Priority:
Normal
Assignee:
Category:
Code cleanup/refactoring
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
This patch fixes the following issues:
- Some icon images on Textile and Markdown help pages are incorrect and not displayed.
- The button icon image for the DatePicker is incorrect and not loading.
These issues seem to be related to #39111. They were reproduced in the trunk but not in the 5.1-stable and 5.0-stable branches.
Textile (en) | Markdown (ja) |
---|---|
The resulting fixes are as follows.
Textile and markdown help pages:
Textile (en) | Markdown (ja) |
---|---|
DatePicker button Image:
The above is a screenshot of executing $('#form').datepicker(datepickerOptions)
in the Chrome console.
Files
Related issues
Updated by Marius BĂLTEANU 7 months ago
- Category set to Code cleanup/refactoring
- Status changed from New to Resolved
- Assignee set to Marius BĂLTEANU
All three patches committed, thanks!
First two issues were been introduced by me in #40137.
Updated by Marius BĂLTEANU 7 months ago
- Related to Feature #39111: Enable Asset Pipeline Integration using Propshaft added
- Related to Patch #40137: Jstoolbar help files should import images from the asset pipeline added
Actions