Allow API access to taxonomy vocabulary list.

This commit is contained in:
Michael Stenta 2018-12-10 10:24:57 -05:00
parent b1f02fb284
commit 0cd849167e
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ function farm_api_farm_access_perms($role) {
$perms[] = 'access resource field_collection_item';
$perms[] = 'access resource log';
$perms[] = 'access resource taxonomy_term';
$perms[] = 'access resource taxonomy_vocabulary';
return $perms;
}