equal
deleted
inserted
replaced
32 from cubicweb import neg_role, typed_eid |
32 from cubicweb import neg_role, typed_eid |
33 from cubicweb.schema import display_name |
33 from cubicweb.schema import display_name |
34 from cubicweb.utils import json, json_dumps |
34 from cubicweb.utils import json, json_dumps |
35 from cubicweb.predicates import non_final_entity, match_kwargs |
35 from cubicweb.predicates import non_final_entity, match_kwargs |
36 from cubicweb.view import EntityView |
36 from cubicweb.view import EntityView |
37 from cubicweb.web import uicfg, stdmsgs |
37 from cubicweb.web import stdmsgs |
|
38 from cubicweb.web.views import uicfg |
38 from cubicweb.web.form import FieldNotFound |
39 from cubicweb.web.form import FieldNotFound |
39 from cubicweb.web.formwidgets import Button, SubmitButton |
40 from cubicweb.web.formwidgets import Button, SubmitButton |
40 from cubicweb.web.views.ajaxcontroller import ajaxfunc |
41 from cubicweb.web.views.ajaxcontroller import ajaxfunc |
41 |
42 |
42 class _DummyForm(object): |
43 class _DummyForm(object): |