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