cubicweb/web/views/uicfg.py
changeset 12787 be63e0fd43d0
parent 12567 26744ad37953
equal deleted inserted replaced
12786:8a1b7aaf8309 12787:be63e0fd43d0
   521           from cubicweb.web.views.uicfg import autoform_section as afs
   521           from cubicweb.web.views.uicfg import autoform_section as afs
   522 
   522 
   523           afs.set_muledit_editable('CWUser', ('firstname', 'surname', 'in_group'))
   523           afs.set_muledit_editable('CWUser', ('firstname', 'surname', 'in_group'))
   524         """
   524         """
   525         for attr in attrs:
   525         for attr in attrs:
   526             self.edit_as_attr(self, etype, attr, formtype='muledit')
   526             self.edit_as_attr(etype, attr, formtype='muledit')
   527 
   527 
   528 
   528 
   529 autoform_section = AutoformSectionRelationTags(__module__=__name__)
   529 autoform_section = AutoformSectionRelationTags(__module__=__name__)
   530 
   530 
   531 
   531