Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CiviCRM Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
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
Development
CiviCRM Core
Commits
b2e96b9e
Unverified
Commit
b2e96b9e
authored
5 years ago
by
Eileen McNaughton
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #14180 from eileenmcnaughton/recur_search
Enotice fix on creating a smart group
parents
01aa4b6d
e3764701
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CRM/Contact/Form/Task/SaveSearch.php
+1
-1
1 addition, 1 deletion
CRM/Contact/Form/Task/SaveSearch.php
with
1 addition
and
1 deletion
CRM/Contact/Form/Task/SaveSearch.php
+
1
−
1
View file @
b2e96b9e
...
...
@@ -67,7 +67,7 @@ class CRM_Contact_Form_Task_SaveSearch extends CRM_Contact_Form_Task {
}
// Get Task name
$modeValue
=
CRM_Contact_Form_Search
::
getModeValue
(
$
value
s
[
'component_mode'
]
);
$modeValue
=
CRM_Contact_Form_Search
::
getModeValue
(
CRM_Utils_Array
::
value
(
'component_mode'
,
$values
,
CRM_Contact_BAO_Query
::
MODE_CONTACTS
)
);
$className
=
$modeValue
[
'taskClassName'
];
$taskList
=
$className
::
taskTitles
();
$this
->
_task
=
CRM_Utils_Array
::
value
(
'task'
,
$values
);
...
...
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