From ffb390d5e88f08d416ea8acdda2301e2e5e49535 Mon Sep 17 00:00:00 2001 From: tobes Date: Fri, 12 Oct 2012 18:52:11 +0100 Subject: [PATCH] [#2939] Add members route --- ckan/config/routing.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ckan/config/routing.py b/ckan/config/routing.py index 85bb1796286..a89f5ec77c1 100644 --- a/ckan/config/routing.py +++ b/ckan/config/routing.py @@ -228,6 +228,7 @@ def make_map(): requirements=dict(action='|'.join([ 'edit', 'delete', + 'members', 'history' ])) ) @@ -242,6 +243,7 @@ def make_map(): requirements=dict(action='|'.join([ 'edit', 'delete', + 'members', 'history' ])) )