Skip to content
Snippets Groups Projects
Commit 2a980741 authored by Agiliway Support's avatar Agiliway Support
Browse files

Merge branch 'release_5_5_1' into 'master'

Release 5.5.1

See merge request extensions/civimobileapi!50
parents 4bebf416 43222b01
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
......@@ -15,7 +15,7 @@
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2021-01-25</releaseDate>
<version>5.5.0</version>
<version>5.5.1</version>
<compatibility>
<ver>4.7</ver>
<ver>5.20</ver>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment