We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b046856 commit a90f2e1Copy full SHA for a90f2e1
collective/portlet/countdown/countdown.py
@@ -37,7 +37,7 @@ class ICountdownPortlet(IPortletDataProvider):
37
image = schema.Choice(title=_(u"Image"),
38
description=_(u"Select an image to show in the portlet"),
39
required=False,
40
- source=SearchableTextSourceBinder({'portal_type': ('ATImage', 'Image')}, default_query='path:'))
+ source=SearchableTextSourceBinder({'portal_type':'Image'}, default_query='path:'))
41
42
43
class Assignment(base.Assignment):
0 commit comments