- from Products.realis.utils import searchContentsWithLocalRolesForAuthenticatedUser as search
- results = search(context, portal_type='Portfolio')
- if results :
- atool = getToolByName(context, 'portal_actions')
- return context.setRedirect(atool, 'user/my_albums', portal_status_message=_('Login success'))
- else :
- utool = getToolByName(context, 'portal_url')
- return resp.redirect('%s?%s' % (utool(), mq(portal_status_message=_('Login success'))))
-
\ No newline at end of file
+ from Products.Plinn.utils import searchContentsWithLocalRolesForAuthenticatedUser as search
+ results = search(portal_type='Portfolio')
+ if results :
+ atool = getToolByName(context, 'portal_actions')
+ return context.setRedirect(atool, 'user/my_albums', portal_status_message=_('Login success'))
+ else :
+ utool = getToolByName(context, 'portal_url')
+ return resp.redirect('%s?%s' % (utool(), mq(portal_status_message=_('Login success'))))
+
\ No newline at end of file