web/action.py
changeset 10903 da30851f9706
parent 10666 7f6b5f023884
child 10907 9ae707db5265
equal deleted inserted replaced
10902:41bd01ebebb4 10903:da30851f9706
    89 
    89 
    90 class LinkToEntityAction(Action):
    90 class LinkToEntityAction(Action):
    91     """base class for actions consisting to create a new object with an initial
    91     """base class for actions consisting to create a new object with an initial
    92     relation set to an entity.
    92     relation set to an entity.
    93 
    93 
    94     Additionaly to EntityAction behaviour, this class is parametrized using
    94     Additionally to EntityAction behaviour, this class is parametrized using
    95     .rtype, .role and .target_etype attributes to check if the action apply and
    95     .rtype, .role and .target_etype attributes to check if the action apply and
    96     if the logged user has access to it (see
    96     if the logged user has access to it (see
    97     :class:`~cubicweb.selectors.partial_relation_possible` selector
    97     :class:`~cubicweb.selectors.partial_relation_possible` selector
    98     documentation for more information).
    98     documentation for more information).
    99     """
    99     """