'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:
parent
f1fe99a95a
commit
f51ef19889
1 changed files with 2 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue