Bug #30563
DSL documentation help page - link to directory listing instead of generated page
Pull request:
Fixed in Releases:
Found in Releases:
Description
In templates DSL documentation, on `help.html` page, in section "Basic building blocks - macros, variables, methods", there is link to list of all macros:
See all available macros <a>here</a>.
That links points to "/dsldoc/all", which is directory - user will see list of all directory content, or error page (depending on web server setting). That link should point to "/dsldoc/all.html", which is generated documentation page.
Associated revisions
History
#1
Updated by The Foreman Bot 7 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7880 added
#2
Updated by The Foreman Bot 7 months ago
- Fixed in Releases 2.2.0 added
#3
Updated by Mirek Długosz 7 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|1ff469af002bed59fcdd52aadcfb50db72122742.
#4
Updated by The Foreman Bot 6 months ago
- Pull request https://github.com/theforeman/foreman/pull/7975 added
Fixes #30563 - link to generated page instead of directory