equal
deleted
inserted
replaced
13 from logilab.common.compat import any |
13 from logilab.common.compat import any |
14 from logilab.common.deprecation import deprecated |
14 from logilab.common.deprecation import deprecated |
15 |
15 |
16 from cubicweb import typed_eid |
16 from cubicweb import typed_eid |
17 from cubicweb.selectors import non_final_entity, match_kwargs, one_line_rset |
17 from cubicweb.selectors import non_final_entity, match_kwargs, one_line_rset |
18 from cubicweb.web import INTERNAL_FIELD_VALUE, eid_param |
|
19 from cubicweb.web import uicfg, form, formwidgets as fwdgs |
18 from cubicweb.web import uicfg, form, formwidgets as fwdgs |
20 from cubicweb.web.controller import NAV_FORM_PARAMETERS |
|
21 from cubicweb.web.formfields import StringField, relvoc_unrelated, guess_field |
19 from cubicweb.web.formfields import StringField, relvoc_unrelated, guess_field |
22 |
20 |
23 |
21 |
24 class FieldsForm(form.Form): |
22 class FieldsForm(form.Form): |
25 """base class for fields based forms. |
23 """base class for fields based forms. |