Actions
Feature #10789
closedMacros {{child_pages}} with depth parameter
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
The default behaviour of child_pages is two levels nesting.
It strongly restrict applicability of macros.
This small patch adds optional parameter depth with default value = 2.
{{child_pages(Foo, parent=1, depth=3)}}
Files
Related issues
Updated by Alexander Oryol over 12 years ago
Ohmmm... sorry!
Updated by Alexander Oryol over 12 years ago
- Assignee set to Jean-Philippe Lang
Please, apply this patch to 2.1.0. Usefull for big Wikis. Backward compatible.
Updated by Etienne Massip over 12 years ago
- Assignee deleted (
Jean-Philippe Lang)
Please do not assign issues directly.
Updated by Jean-Philippe Lang over 12 years ago
acts_as_tree#descendants was not supposed to return 2 levels only. It was fixed in 2.1.0 (r10142) so now it returns all levels. The depth option will be added in 2.2.0.
Updated by Jean-Philippe Lang over 12 years ago
- Status changed from New to Closed
- Resolution set to Fixed
Option added in r10401.
Updated by Go MAEDA almost 10 years ago
- Has duplicate Patch #3962: Add a maximum nesting option to the {{child_pages}} macro added
Actions