web/box.py
changeset 4490 d45cde54d464
parent 4385 820aa03f71ad
child 5223 6abd6e3599f4
child 5421 8167de96c523
equal deleted inserted replaced
4483:918fd9931cb7 4490:d45cde54d464
    99 
    99 
   100     It rely on etype, rtype (both optional, usable to control registration
   100     It rely on etype, rtype (both optional, usable to control registration
   101     according to application schema and display according to connected
   101     according to application schema and display according to connected
   102     user's rights) and rql attributes
   102     user's rights) and rql attributes
   103     """
   103     """
   104 #XXX    __selectors__ = BoxTemplate.__selectors__ + (etype_rtype_selector,)
       
   105 
   104 
   106     rql  = None
   105     rql  = None
   107 
   106 
   108     def to_display_rql(self):
   107     def to_display_rql(self):
   109         assert self.rql is not None, self.__regid__
   108         assert self.rql is not None, self.__regid__