Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Extensions
civimobileapi
Commits
43222b01
Commit
43222b01
authored
Jan 25, 2021
by
BohdanDmytryshyn
Browse files
Release 5.5.1
parent
4bebf416
Changes
2
Hide whitespace changes
Inline
Side-by-side
civimobileapi.php
View file @
43222b01
...
...
@@ -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
;
}
...
...
info.xml
View file @
43222b01
...
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment