From 72bd5d5f16aa7e2eeb6811a9a0be3e6bd9f5e653 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 26 Oct 2009 13:38:16 -0700 Subject: [PATCH] Clarify the POD for addChild. --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/AssetLineage.pm | 8 +++----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index d1f00c8a3..fbcc3aa2b 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -10,6 +10,7 @@ - fixed #11047: required field on dataform - fixed #11162: Can't delete calendar Related Material Link - fixed #11154: vendor payouts screen borked ( Martin Kamerbeek / Oqapi ) + - fixed #11166: Documentation bug - addChild 7.8.2 - Added scheduled vendor payout workflow activity. (Special thanks to Martin @ Oqapi) diff --git a/lib/WebGUI/AssetLineage.pm b/lib/WebGUI/AssetLineage.pm index 26f4a17e7..0ecb6d70d 100644 --- a/lib/WebGUI/AssetLineage.pm +++ b/lib/WebGUI/AssetLineage.pm @@ -56,11 +56,9 @@ An epoch representing the time this asset was created. =head3 options -A hash reference that allows passed in options to change how this method behaves. - -=head4 skipAutoCommitWorkflows - -If this is set to 1 assets that normally autocommit their workflows (like CS Posts) won't do that. +A hash reference that allows passed in options to change how this method behaves. Currently, +these options are passed down to L, and are not actually used by C. +Please see the POD for L for a list of options. =cut