cubicweb/web/views/uicfg.py
branch3.26
changeset 12875 1dc4f480ba1a
parent 12423 807fd315ac98
equal deleted inserted replaced
12874:cc71a801b846 12875:1dc4f480ba1a
   523           from cubicweb.web.views.uicfg import autoform_section as afs
   523           from cubicweb.web.views.uicfg import autoform_section as afs
   524 
   524 
   525           afs.set_muledit_editable('CWUser', ('firstname', 'surname', 'in_group'))
   525           afs.set_muledit_editable('CWUser', ('firstname', 'surname', 'in_group'))
   526         """
   526         """
   527         for attr in attrs:
   527         for attr in attrs:
   528             self.edit_as_attr(self, etype, attr, formtype='muledit')
   528             self.edit_as_attr(etype, attr, formtype='muledit')
   529 
   529 
   530 
   530 
   531 autoform_section = AutoformSectionRelationTags(__module__=__name__)
   531 autoform_section = AutoformSectionRelationTags(__module__=__name__)
   532 
   532 
   533 
   533