-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
The ArticlePage data object conflicts with Versioned, because we define an $has_one referance with the key Author we in essence override the Author reference used by Versioned to store the author of the version of that object.
When calling getAuthor on an ArticlePage returns an object of the type \WeDevelop\Articles\Models\Author rather then \Silverstripe\Security\Member object.
Reactions are currently unavailable