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

secondary view will be removed in a near future

parent cdd92d221bc5
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
class CommentSecondaryView(baseviews.SecondaryView): class CommentOneLineView(baseviews.OneLineView):
__select__ = implements('Comment') __select__ = implements('Comment')
def cell_call(self, row, col, **kwargs): def cell_call(self, row, col, **kwargs):
...@@ -89,10 +89,6 @@ ...@@ -89,10 +89,6 @@
html_escape(entity.absolute_url()), entity.eid, content)) html_escape(entity.absolute_url()), entity.eid, content))
class CommentOneLineView(CommentSecondaryView):
id = 'oneline'
class CommentTreeItemView(baseviews.ListItemView): class CommentTreeItemView(baseviews.ListItemView):
id = 'treeitem' id = 'treeitem'
__select__ = implements('Comment') __select__ = implements('Comment')
......
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