web/views/autoform.py
changeset 8665 e65af61bde7d
parent 8253 df7d6c57a6c8
child 8666 1dd655788ece
equal deleted inserted replaced
8664:29652410c317 8665:e65af61bde7d
   133 from cubicweb.view import EntityView
   133 from cubicweb.view import EntityView
   134 from cubicweb.predicates import (
   134 from cubicweb.predicates import (
   135     match_kwargs, match_form_params, non_final_entity,
   135     match_kwargs, match_form_params, non_final_entity,
   136     specified_etype_implements)
   136     specified_etype_implements)
   137 from cubicweb.utils import json_dumps
   137 from cubicweb.utils import json_dumps
   138 from cubicweb.web import (stdmsgs, uicfg, eid_param,
   138 from cubicweb.web import (stdmsgs, eid_param,
   139                           form as f, formwidgets as fw, formfields as ff)
   139                           form as f, formwidgets as fw, formfields as ff)
   140 from cubicweb.web.views import forms
   140 from cubicweb.web.views import uicfg, forms
   141 from cubicweb.web.views.ajaxcontroller import ajaxfunc
   141 from cubicweb.web.views.ajaxcontroller import ajaxfunc
   142 
   142 
   143 _AFS = uicfg.autoform_section
   143 _AFS = uicfg.autoform_section
   144 _AFFK = uicfg.autoform_field_kwargs
   144 _AFFK = uicfg.autoform_field_kwargs
   145 
   145