edgeryders / openethnographer-for-drupal

Open Ethnographer for Drupal 7. (LEGACY CODE)
https://edgeryders.eu/t/3939
Other
5 stars 1 forks source link

Show the Annotator edit icon only when an annotation is editable #29

Closed tanius closed 9 years ago

tanius commented 9 years ago

Currently, the Annotator JS bubble showing an annotation will always have an edit icon, even when a user does not have the permission to edit an annotation.

The current cases when a user gets an edit icon without having edit permissions are:

tanius commented 9 years ago

As per the mentioned issue #31, this is already implemented. Just enable the "Permissions" plugin at /admin/config/content/annotator.

This behavior of the Drupal annotator module is obviously confusing: permissions are shown in the list, but not effective until enabling the Permissions plugin. I sent them an issue report about it.