Skip to content

Commit

Permalink
[#3192] IPermissionLabels docstring: mention example plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
wardi committed Aug 27, 2016
1 parent 68cccd2 commit 4335fc1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ckan/plugins/interfaces.py
Expand Up @@ -1578,8 +1578,10 @@ class IPermissionLabels(Interface):
visible to each user.
Implementations might want to consider mixing in
ckan.lib.plugins.DefaultPermissionLabels which provides
``ckan.lib.plugins.DefaultPermissionLabels`` which provides
default behaviours for these methods.
See ``ckanext/example_ipermissionlabels`` for an example plugin.
'''

def get_dataset_labels(self, dataset_obj):
Expand Down

0 comments on commit 4335fc1

Please sign in to comment.