From fc626a5caf1d0ade528aae527f2efef7482aebca Mon Sep 17 00:00:00 2001 From: Sean Hammond Date: Wed, 14 Nov 2012 20:31:00 +0100 Subject: [PATCH] [#3009] Add new auth functions to publisher auth profile This fixes a publisher auth test that was failing. --- ckan/logic/auth/publisher/get.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ckan/logic/auth/publisher/get.py b/ckan/logic/auth/publisher/get.py index 0e936c95105..f7725c5a068 100644 --- a/ckan/logic/auth/publisher/get.py +++ b/ckan/logic/auth/publisher/get.py @@ -5,6 +5,10 @@ from ckan.logic.auth.publisher import _groups_intersect from ckan.authz import Authorizer from ckan.logic.auth import get_package_object, get_group_object, get_resource_object +from ckan.logic.auth.get import ( + dashboard_new_activities_count, + dashboard_activity_list, + ) def site_read(context, data_dict): """\