Remove unnecesary auth function. Problem is fixed in CKAN 2.3
This commit is contained in:
parent
28ef087f47
commit
84000b72ea
|
@ -110,7 +110,7 @@ class PrivateDatasets(p.SingletonPlugin, tk.DefaultDatasetForm):
|
|||
def get_auth_functions(self):
|
||||
return {'package_show': auth.package_show,
|
||||
'package_update': auth.package_update,
|
||||
'resource_show': auth.resource_show,
|
||||
# 'resource_show': auth.resource_show,
|
||||
constants.PACKAGE_ACQUIRED: auth.package_acquired,
|
||||
constants.ACQUISITIONS_LIST: auth.acquisitions_list}
|
||||
|
||||
|
|
Loading…
Reference in New Issue