Updates description for include_subprojects=true (#43631).

git-svn-id: https://svn.redmine.org/redmine/trunk@24339 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu
2026-01-22 07:32:47 +00:00
parent 48b610c74c
commit 8560be5b12

View File

@@ -226,7 +226,7 @@ module Redmine
"{{recent_pages(limit=5)}} -- limits the maximum number of pages to display to 5\n" +
"{{recent_pages(time=true)}} -- displays pages updated within the last 7 days with updated time\n" +
"{{recent_pages(project=identifier)}} -- displays pages updated within the last 7 days from a specific project\n" +
"{{recent_pages(include_subprojects=true)}} -- displays pages updated within the last 7 days from a specific project and all subprojects"
"{{recent_pages(include_subprojects=true)}} -- includes pages from subprojects"
macro :recent_pages do |obj, args|
args, options = extract_macro_options(args, :days, :limit, :time, :project, :include_subprojects)