In Drupal 7 I am trying to give users the ability to add terms to a taxonomy and then edit only the terms they have created.
I’m using the Taxonomy access fix module to give users permission to add terms in specific taxonomies. However, Drupal does not provide an “edit own terms” permission like it does for nodes. Users can either edit all terms in the taxonomy, or not have editing permission.
Is there any solution for this?