1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-10-30 23:37:45 +02:00

Fixed document generation to include section summaries on the Configuration page.

Fixed by Cynthia Shang.
This commit is contained in:
Cynthia Shang
2017-08-16 16:54:35 -04:00
committed by David Steele
parent 1d2b08ce94
commit 1be69d5ac7
2 changed files with 13 additions and 0 deletions

View File

@@ -737,6 +737,9 @@ sub helpConfigDocGet
my $oSectionDoc = $oConfigDoc->nodeGet('config-section-list')->nodeGetById('config-section', $strSection);
# Set the summary text for the section
$oSectionElement->textSet($oSectionDoc->textGet());
$oSectionElement->
nodeAdd('title')->textSet(
{name => 'text',