From 9f5a82cec8d5ba93fc918a7081dc76010009d1f6 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 13 Apr 2009 17:43:41 +0000 Subject: [PATCH] Update POD for several methods. --- lib/WebGUI/Asset/Story.pm | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/lib/WebGUI/Asset/Story.pm b/lib/WebGUI/Asset/Story.pm index d6f1d3ffe..d58a1a303 100644 --- a/lib/WebGUI/Asset/Story.pm +++ b/lib/WebGUI/Asset/Story.pm @@ -509,14 +509,10 @@ sub getRssData { #------------------------------------------------------------------- -=head2 prepareView ( $templateId ) +=head2 prepareView ( ) -See WebGUI::Asset::prepareView() for details. - -=head3 $templateId - -By default, the Story looks in its parent Story Archive to get a template. If $templateId -is passed, it will use that template instead. +Extent the default method to handle the case when a Story Topic is rendering +this Story. =cut @@ -879,7 +875,8 @@ sub www_showConfirmation { =head2 www_view -Override www_view from asset because assets (vs wobjects) do not have style templates. +Override www_view from asset because Stories inherit a style template from +the Story Archive that contains them. =cut