Skip to content

Commit

Permalink
[#3009] Add new auth functions to publisher auth profile
Browse files Browse the repository at this point in the history
This fixes a publisher auth test that was failing.
  • Loading branch information
Sean Hammond committed Nov 14, 2012
1 parent eb086d5 commit fc626a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ckan/logic/auth/publisher/get.py
Expand Up @@ -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):
"""\
Expand Down

0 comments on commit fc626a5

Please sign in to comment.