src/pyams_content/shared/view/interfaces.py
changeset 1281 327666db65f9
parent 1262 0833a105b06b
child 1389 1485db1e2b5e
--- a/src/pyams_content/shared/view/interfaces.py	Fri Feb 15 12:53:15 2019 +0100
+++ b/src/pyams_content/shared/view/interfaces.py	Fri Feb 15 12:53:57 2019 +0100
@@ -19,8 +19,8 @@
 from zope.schema.vocabulary import SimpleTerm, SimpleVocabulary
 
 from pyams_content import _
-from pyams_content.shared.common.interfaces import CONTENT_TYPES_VOCABULARY, ISharedContent, ISharedTool, \
-    IWfSharedContent
+from pyams_content.shared.common.interfaces import ISharedContent, ISharedTool, IWfSharedContent, \
+    SHARED_CONTENT_TYPES_VOCABULARY
 from pyams_content.shared.common.interfaces.types import ALL_DATA_TYPES_VOCABULARY
 from pyams_sequence.interfaces import IInternalReferencesList
 from pyams_sequence.schema import InternalReferencesListField
@@ -88,7 +88,7 @@
 
     selected_content_types = Set(title=_("Other content types"),
                                  description=_("Selected content types; leave empty for all"),
-                                 value_type=Choice(vocabulary=CONTENT_TYPES_VOCABULARY),
+                                 value_type=Choice(vocabulary=SHARED_CONTENT_TYPES_VOCABULARY),
                                  required=False)
 
     def get_content_types(self, context):