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

typo

parent 4bb709240d75
No related branches found
No related tags found
No related merge requests found
...@@ -316,7 +316,7 @@ ...@@ -316,7 +316,7 @@
def url(self): def url(self):
return self.build_url(rql=self.rset.printable_rql(), vid='edition') return self.build_url(rql=self.rset.printable_rql(), vid='edition')
class DelteCommentAction(Action): class DeleteCommentAction(Action):
id = 'delete_comment' id = 'delete_comment'
__select__ = implements('Comment') & \ __select__ = implements('Comment') & \
score_entity(lambda x: not x.reverse_comments and x.has_perm('delete')) score_entity(lambda x: not x.reverse_comments and x.has_perm('delete'))
......
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