Skip to content
Snippets Groups Projects
Commit de9994e3b47e authored by Sylvain Thénault's avatar Sylvain Thénault
Browse files

implement render() instead of cell_call() to match new component api

parent 503cdf0700a4
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@
class BlogEntryWFHistoryVComponent(workflow.WFHistoryVComponent):
__select__ = workflow.WFHistoryVComponent.__select__ & is_instance('BlogEntry')
def cell_call(self, row, col, view=None):
def render(self, w, **kwargs):
pass
class BlogEntrySameETypeListView(baseviews.SameETypeListView):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment