diff --git a/civimobileapi.php b/civimobileapi.php
index c1e4d0a275f9bd35aa6210221ac20986d9bee31c..143f7639cde8582f7941bf581768b20837c2e642 100644
--- a/civimobileapi.php
+++ b/civimobileapi.php
@@ -252,7 +252,8 @@ function civimobileapi_civicrm_alterAPIPermissions($entity, $action, &$params, &
($entity == 'civi_mobile_survey' and $action == 'get_contact_surveys') ||
($entity == 'civi_mobile_survey' and $action == 'get_structure') ||
($entity == 'civi_mobile_survey' and $action == 'sign') ||
- ($entity == 'civi_mobile_survey' and $action == 'get_signed_values')
+ ($entity == 'civi_mobile_survey' and $action == 'get_signed_values') ||
+ ($entity == 'civi_mobile_survey_interviewer' and $action == 'get')
) {
$params['check_permissions'] = FALSE;
}
diff --git a/info.xml b/info.xml
index c2e667ccbb84194612e7fa3aec05300ce7d4bee8..c4be30b4f0d1efbedacb72262d19aa3f12db6978 100644
--- a/info.xml
+++ b/info.xml
@@ -15,7 +15,7 @@
http://www.gnu.org/licenses/agpl-3.0.html
2021-01-25
- 5.5.0
+ 5.5.1
4.7
5.20