equal
deleted
inserted
replaced
77 FormatConstraint) |
77 FormatConstraint) |
78 |
78 |
79 from cubicweb import Binary, tags, uilib |
79 from cubicweb import Binary, tags, uilib |
80 from cubicweb.utils import support_args |
80 from cubicweb.utils import support_args |
81 from cubicweb.web import INTERNAL_FIELD_VALUE, ProcessFormError, eid_param, \ |
81 from cubicweb.web import INTERNAL_FIELD_VALUE, ProcessFormError, eid_param, \ |
82 formwidgets as fw, uicfg |
82 formwidgets as fw |
|
83 from cubicweb.web.views import uicfg |
83 |
84 |
84 |
85 |
85 class UnmodifiedField(Exception): |
86 class UnmodifiedField(Exception): |
86 """raise this when a field has not actually been edited and you want to skip |
87 """raise this when a field has not actually been edited and you want to skip |
87 it |
88 it |