Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ayduns
action-provider
Commits
c2241b0f
Commit
c2241b0f
authored
Aug 14, 2020
by
jaapjansma
Browse files
fixed issue with generate checksum action
parent
d6d9d853
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
c2241b0f
Version 1.23 (not yet released)
------------
Version 1.22.1
--------------
*
Fixed issue with Generate Checksum action.
Version 1.22
------------
...
...
Civi/ActionProvider/Action/Contact/GenerateChecksum.php
View file @
c2241b0f
...
...
@@ -26,7 +26,7 @@ class GenerateChecksum extends AbstractAction {
protected
function
doAction
(
ParameterBagInterface
$parameters
,
ParameterBagInterface
$output
)
{
$contactId
=
$parameters
->
getParameter
(
'contact_id'
);
$checksum
=
\
CRM_Contact_BAO_Contact_Utils
::
generateChecksum
(
$contactId
);
$output
->
setParameter
(
'c
hecksum
'
,
$checksum
);
$output
->
setParameter
(
'c
s
'
,
$checksum
);
}
/**
...
...
info.xml
View file @
c2241b0f
...
...
@@ -13,8 +13,8 @@
<url
desc=
"Documentation"
>
https://lab.civicrm.org/jaapjansma/action-provider/wikis/home
</url>
<url
desc=
"Licensing"
>
http://www.gnu.org/licenses/agpl-3.0.html
</url>
</urls>
<releaseDate>
2020-08-1
3
</releaseDate>
<version>
1.2
3-dev
</version>
<releaseDate>
2020-08-1
4
</releaseDate>
<version>
1.2
2.1
</version>
<develStage>
stable
</develStage>
<compatibility>
<ver>
4.7
</ver>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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