FOSCommentBundle icon indicating copy to clipboard operation
FOSCommentBundle copied to clipboard

Broken implementation of getParent

Open stof opened this issue 13 years ago • 0 comments

The CommentInterface contains the getParent method. But the implementation of this method works only when creating a comment. Comments loaded from the database will always return null as the parent is not persisted.

stof avatar Dec 28 '12 11:12 stof