Plugin
UserDatasetsPlugin
¶
Bases: SingletonPlugin
"UserDatasetsPlugin.
This plugin replaces dataset and resource authentication calls to allow users with the 'Member' role to create datasets, and edit/delete their own datasets (but not others).
Source code in ckanext/userdatasets/plugin.py
12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | |
get_actions()
¶
Implementation of IActions.get_actions.
Source code in ckanext/userdatasets/plugin.py
35 36 37 38 39 40 41 42 | |
get_auth_functions()
¶
Implementation of IAuthFunctions.get_auth_functions.
Source code in ckanext/userdatasets/plugin.py
25 26 27 28 29 30 31 32 | |