27 from logilab.mtconverter import xml_escape |
27 from logilab.mtconverter import xml_escape |
28 from logilab.common.decorators import cachedproperty |
28 from logilab.common.decorators import cachedproperty |
29 |
29 |
30 from cubicweb import Unauthorized, tags |
30 from cubicweb import Unauthorized, tags |
31 from cubicweb.utils import make_uid |
31 from cubicweb.utils import make_uid |
32 from cubicweb.selectors import (is_instance, score_entity, has_related_entities, |
32 from cubicweb.predicates import (is_instance, score_entity, has_related_entities, |
33 match_user_groups, match_kwargs, match_view) |
33 match_user_groups, match_kwargs, match_view) |
34 from cubicweb.view import EntityView, StartupView |
34 from cubicweb.view import EntityView, StartupView |
35 from cubicweb.schema import META_RTYPES, VIRTUAL_RTYPES, display_name |
35 from cubicweb.schema import META_RTYPES, VIRTUAL_RTYPES, display_name |
36 from cubicweb.web import uicfg, formwidgets as wdgs, facet |
36 from cubicweb.web import uicfg, formwidgets as wdgs, facet |
37 from cubicweb.web.views import add_etype_button |
37 from cubicweb.web.views import add_etype_button |