Skip to content

Commit 1fb0799

Browse files
committed
Added missing documentation of the showall parameter to the history
command for the roundup.cgi.templating.HTMLItem. This is missing doc for http://issues.roundup-tracker.org/issue1714899 issue 1714899 implementation of quiet flag for properties.
1 parent 2fda655 commit 1fb0799

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/customizing.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2453,7 +2453,10 @@ Method Description
24532453
submit generate a submit button (and action and @csrf hidden elements)
24542454
journal return the journal of the current item (**not
24552455
implemented**)
2456-
history render the journal of the current item as HTML
2456+
history render the journal of the current item as
2457+
HTML. By default properties marked as "quiet" (see
2458+
`design documentation`_) are not shown unless the
2459+
function is called with the showall=True parameter.
24572460
renderQueryForm specific to the "query" class - render the search form
24582461
for the query
24592462
hasPermission specific to the "user" class - determine whether the

0 commit comments

Comments
 (0)