# HG changeset patch # User sylvain.thenault@logilab.fr # Date 1234861127 -3600 # Node ID a89ba1054cb2bff4aa679e58f45d35500c26c707 # Parent 49bb57a9606bd0d5480c3f84a2d9a9c7752babfc drop LinToEntityAction2, only used by the comment cube diff -r 49bb57a9606b -r a89ba1054cb2 web/action.py --- a/web/action.py Mon Feb 16 21:06:06 2009 +0100 +++ b/web/action.py Tue Feb 17 09:58:47 2009 +0100 @@ -108,16 +108,4 @@ __linkto=linkto, __redirectpath=current_entity.rest_path(), # should not be url quoted! __redirectvid=self.req.form.get('__redirectvid', '')) - - -class LinkToEntityAction2(LinkToEntityAction): - """LinkToEntity action where the action is not usable on the same - entity's type as the one refered by the .etype attribute - """ - def my_selector(cls, req, rset, row=None, col=0, **kwargs): - return chainall(match_search_state('normal'), - but_etype, one_line_rset, accept, - relation_possible(cls.rtype, role(cls), cls.etype), - may_add_relation(cls.rtype, role(cls))) - __selectors__ = my_selector,