From f51ef1988964dc4e713734c6fe9a57468bcd356d Mon Sep 17 00:00:00 2001 From: Scott Walters Date: Thu, 12 Aug 2010 10:30:54 -0400 Subject: [PATCH] 'getStoryRichEdit' was never implemented and there is no 'parent' method. This was commented out in 7.x and apparently got uncommented without being implemented (which is okay but I've gotta comment it out again... it's gotta be done). The StoryForm field does richEditId => $archive->richEditorId. Perhaps this is the desired approach? --- lib/WebGUI/Asset/Story.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/WebGUI/Asset/Story.pm b/lib/WebGUI/Asset/Story.pm index 46939687b..e2f285712 100644 --- a/lib/WebGUI/Asset/Story.pm +++ b/lib/WebGUI/Asset/Story.pm @@ -60,7 +60,8 @@ property story => ( ); sub _story_richEditId { my $self = shift; - return $self->parent->getStoryRichEdit; + # return $self->parent->getStoryRichEdit; + return undef; } property photo => ( fieldType => 'textarea',