'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?
This commit is contained in:
Scott Walters 2010-08-12 10:30:54 -04:00
parent f1fe99a95a
commit f51ef19889

View file

@ -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',