We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
addCreator
1 parent 863d619 commit f4d82b8Copy full SHA for f4d82b8
src/collective/blog/content/post.py
@@ -75,3 +75,7 @@ class Post(Container):
75
def blog_uid(self):
76
"""Return the uid of the nearest blog object."""
77
return utils.find_blog_container_uid(self)
78
+
79
+ def addCreator(self, creator=None):
80
+ """Override the original addCreator for not adding a creator by default."""
81
+ pass
0 commit comments