Skip to content

Commit a90f2e1

Browse files
committed
removed unused portal_type
1 parent b046856 commit a90f2e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collective/portlet/countdown/countdown.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class ICountdownPortlet(IPortletDataProvider):
3737
image = schema.Choice(title=_(u"Image"),
3838
description=_(u"Select an image to show in the portlet"),
3939
required=False,
40-
source=SearchableTextSourceBinder({'portal_type': ('ATImage', 'Image')}, default_query='path:'))
40+
source=SearchableTextSourceBinder({'portal_type':'Image'}, default_query='path:'))
4141

4242

4343
class Assignment(base.Assignment):

0 commit comments

Comments
 (0)