Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
searchactiondesigner
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JoeMurray
searchactiondesigner
Commits
2a5d5e49
Commit
2a5d5e49
authored
4 years ago
by
jaapjansma
Browse files
Options
Downloads
Patches
Plain Diff
Added status message to participant search actions
parent
8dc82491
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CRM/Searchactiondesigner/Form/Task/Event.php
+1
-0
1 addition, 0 deletions
CRM/Searchactiondesigner/Form/Task/Event.php
info.xml
+2
-2
2 additions, 2 deletions
info.xml
with
3 additions
and
2 deletions
CRM/Searchactiondesigner/Form/Task/Event.php
+
1
−
0
View file @
2a5d5e49
...
...
@@ -25,6 +25,7 @@ class CRM_Searchactiondesigner_Form_Task_Event extends CRM_Event_Form_Task {
$this
->
searchTask
=
civicrm_api3
(
'SearchTask'
,
'getsingle'
,
array
(
'id'
=>
$this
->
searchTaskId
));
$this
->
assign
(
'searchTask'
,
$this
->
searchTask
);
$this
->
assign
(
'status'
,
E
::
ts
(
"Number of selected participants: %1"
,
array
(
1
=>
count
(
$this
->
_participantIds
))));
}
protected
function
setEntityShortName
()
{
...
...
This diff is collapsed.
Click to expand it.
info.xml
+
2
−
2
View file @
2a5d5e49
...
...
@@ -13,8 +13,8 @@
<url
desc=
"Documentation"
>
https://lab.civicrm.org/extensions/searchactiondesigner/blob/master/README.md
</url>
<url
desc=
"Licensing"
>
http://www.gnu.org/licenses/agpl-3.0.html
</url>
</urls>
<releaseDate>
2020-
07-28
</releaseDate>
<version>
1.
6
</version>
<releaseDate>
2020-
10-19
</releaseDate>
<version>
1.
7
</version>
<develStage>
stable
</develStage>
<compatibility>
<ver>
5.0
</ver>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment